| Index: components/sync/engine/DEPS
|
| diff --git a/components/sync/engine/DEPS b/components/sync/engine/DEPS
|
| index d9ade4b2ff0214c8a15c5d7d793d620c412e5495..0540ba49bc15457d64d1493121e16b10ff41dee5 100644
|
| --- a/components/sync/engine/DEPS
|
| +++ b/components/sync/engine/DEPS
|
| @@ -1,9 +1,8 @@
|
| include_rules = [
|
| - "+components/sync/api",
|
| "+components/sync/base",
|
| - # TODO(crbug.com/631271): Core should be split into driver/engine/api.
|
| + # TODO(crbug.com/631271): Core should be split into driver/engine/model.
|
| "+components/sync/core",
|
| "+components/sync/engine_impl",
|
| + "+components/sync/model",
|
| "+components/sync/protocol",
|
| ]
|
| -
|
|
|