Index: chrome/browser/sync/DEPS |
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS |
index c906c0625a07f612d214dfeaebbbba5b474e1944..0c72deaa60bc04eb56e3359bfd1dbd480e013283 100644 |
--- a/chrome/browser/sync/DEPS |
+++ b/chrome/browser/sync/DEPS |
@@ -1,9 +1,14 @@ |
include_rules = [ |
# For files not in a subdirectory (what a mess!). |
- "+sync/internal_api", |
+ "+sync/internal_api/public", |
"+sync/js", |
"+sync/notifier/invalidation_state_tracker.h", |
+ |
+ # TODO(tim): Remove everything below. Bug 131130. |
+ "+sync/util/cryptographer.h", |
+ # Used by tests. |
"+sync/syncable/syncable.h", |
- "+sync/test", |
- "+sync/util", |
+ # Used by autofill tests, which should use sync_api instead. |
+ "+sync/test/engine/test_id_factory.h", |
+ |
] |