| Index: chrome/browser/sync/sessions/DEPS
|
| diff --git a/chrome/browser/sync/sessions/DEPS b/chrome/browser/sync/sessions/DEPS
|
| index 6f64bbac3c45b8ec514ca42946a095fefdc95662..cb4f0786782a4ffb4b8ee7beeee80a1947717ac9 100644
|
| --- a/chrome/browser/sync/sessions/DEPS
|
| +++ b/chrome/browser/sync/sessions/DEPS
|
| @@ -3,10 +3,10 @@ include_rules = [
|
| "+chrome/test/base",
|
| "+chrome/test/sync",
|
|
|
| - # TODO(tim): Restrict this further.
|
| - "+chrome/browser/sync",
|
| - "-chrome/browser/sync/api",
|
| - "-chrome/browser/sync/glue",
|
| - "-chrome/browser/sync/notifier",
|
| + "+chrome/browser/sync/engine",
|
| + "+chrome/browser/sync/protocol",
|
| + "+chrome/browser/sync/sessions",
|
| + "+chrome/browser/sync/syncable",
|
| + "+chrome/browser/sync/util",
|
| ]
|
|
|
|
|