| Index: components/syncable_prefs/BUILD.gn
|
| diff --git a/components/syncable_prefs/BUILD.gn b/components/syncable_prefs/BUILD.gn
|
| index 81edcad7d6a258f641daa719752c35b6ec69fbb4..f7be7e7603f7ed81aba4521627f73609e5ccc50a 100644
|
| --- a/components/syncable_prefs/BUILD.gn
|
| +++ b/components/syncable_prefs/BUILD.gn
|
| @@ -23,7 +23,7 @@ static_library("syncable_prefs") {
|
| "//base",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| - "//sync",
|
| + "//components/sync",
|
| ]
|
|
|
| if (enable_configuration_policy) {
|
| @@ -67,7 +67,7 @@ source_set("unit_tests") {
|
| ":test_support",
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| - "//sync:test_support_sync_api",
|
| + "//components/sync:test_support_sync_api",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|