| Index: components/wifi_sync/BUILD.gn
|
| diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn
|
| index fedca4cd1bcddf9c9517f4041a2d74508a4f1f6f..42816fb1ffa551cc9a423d7cb453a0b5a8d029d7 100644
|
| --- a/components/wifi_sync/BUILD.gn
|
| +++ b/components/wifi_sync/BUILD.gn
|
| @@ -51,7 +51,8 @@ source_set("unit_tests") {
|
| "//base",
|
| "//chromeos",
|
| "//components/onc",
|
| - "//components/sync:test_support_sync_model",
|
| + "//components/sync",
|
| + "//components/sync:test_support_model",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|