Index: chrome/browser/sync/DEPS |
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS |
index dc7c56753a2b7cebdfda410e5ccedef026750eb8..412eab0792a930ba672c44c74971965eb359fcd9 100644 |
--- a/chrome/browser/sync/DEPS |
+++ b/chrome/browser/sync/DEPS |
@@ -16,5 +16,7 @@ include_rules = [ |
# Used by autofill tests, which should use the public sync API instead. |
"+sync/test/engine/test_id_factory.h", |
# TODO(zea): Needed for bookmark title comparison. |
- "+sync/internal_api/syncapi_internal.h" |
+ "+sync/internal_api/syncapi_internal.h", |
+ |
+ "+components/invalidation", |
] |