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/chrome/browser/DEPS b/chrome/browser/DEPS
index b0aa9c6..4da1a9a 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -35,7 +35,7 @@
"+media/cdm/cdm_paths.h",
"+media/midi", # For midi switches
"+media/mojo", # For mojo media services.
- "+services/shell/public/cpp",
+ "+services/service_manager/public/cpp",
"+services/ui/public",
"+ppapi/c", # For various types.
"+ppapi/host",
@@ -43,7 +43,7 @@
"+ppapi/shared_impl",
"+rlz",
"+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
- "+services/shell",
+ "+services/service_manager",
"+skia/ext",
"+syzygy/kasko",
"+third_party/cros_system_api",