| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index b0aa9c647179477beeac86bf2ce1565d0531ab48..4da1a9af6dcc1c2aeb99679b5d8c67cf148e8041 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -35,7 +35,7 @@ include_rules = [
|
| "+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 @@ include_rules = [
|
| "+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",
|
|
|