Move services/shell to services/service_manager
Moving the symbols to the service_manager namespace will
happen in a follow-up CL.
Copied from https://codereview.chromium.org/2419723002 because
rietveld is choking on that one.
BUG=None
NOPRESUBMIT=true
[email protected]
[email protected]
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2419063003
Cr-Commit-Position: refs/heads/master@{#425565}
diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
index a7c63e5..28dbea9b 100644
--- a/content/browser/browser_context.cc
+++ b/content/browser/browser_context.cc
@@ -42,9 +42,9 @@
#include "services/file/file_service.h"
#include "services/file/public/cpp/constants.h"
#include "services/file/user_id_map.h"
-#include "services/shell/public/cpp/connection.h"
-#include "services/shell/public/cpp/connector.h"
-#include "services/shell/public/interfaces/service.mojom.h"
+#include "services/service_manager/public/cpp/connection.h"
+#include "services/service_manager/public/cpp/connector.h"
+#include "services/service_manager/public/interfaces/service.mojom.h"
#include "storage/browser/database/database_tracker.h"
#include "storage/browser/fileapi/external_mount_points.h"