diff options
Diffstat (limited to 'components/sync_bookmarks/BUILD.gn')
-rw-r--r-- | components/sync_bookmarks/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_bookmarks/BUILD.gn b/components/sync_bookmarks/BUILD.gn index 705f3c3..a1eb017 100644 --- a/components/sync_bookmarks/BUILD.gn +++ b/components/sync_bookmarks/BUILD.gn @@ -36,10 +36,10 @@ source_set("unit_tests") { deps = [ ":sync_bookmarks", "//base", - "//base:prefs_test_support", "//components/bookmarks/browser", "//components/bookmarks/test", "//components/history/core/browser", + "//components/prefs:test_support", "//components/sync_driver", "//components/sync_driver:test_support", "//sync", |