| Index: components/sync_bookmarks/BUILD.gn
|
| diff --git a/components/sync_bookmarks/BUILD.gn b/components/sync_bookmarks/BUILD.gn
|
| index 12b3607bff8dd21570339362a5e54a05340667f6..e283f6876cc0242f0491ef61a7d4cc7215bd14be 100644
|
| --- a/components/sync_bookmarks/BUILD.gn
|
| +++ b/components/sync_bookmarks/BUILD.gn
|
| @@ -40,7 +40,8 @@ source_set("unit_tests") {
|
| "//components/history/core/browser",
|
| "//components/prefs:test_support",
|
| "//components/sync",
|
| - "//components/sync:test_support_sync_driver",
|
| + "//components/sync:test_support_driver",
|
| + "//components/sync:test_support_model",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|