Index: chrome/browser/sync/DEPS |
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS |
index f9f6c1e184888681ac06d07e3ec44c472c009654..2c53c1b2ddb4c48b1ca22f6d74424a89f932d65b 100644 |
--- a/chrome/browser/sync/DEPS |
+++ b/chrome/browser/sync/DEPS |
@@ -13,5 +13,7 @@ include_rules = [ |
"+sync/syncable", |
# Used by autofill tests, which should use the public sync API instead. |
"+sync/test/engine/test_id_factory.h", |
- |
+ # Bug 142476. Used by profile sync service bookmark test, which should rely on |
+ # TestProfileSyncService instead. |
+ "+sync/test/fake_sync_encryption_handler.h", |
] |