| Index: components/network_time/BUILD.gn
|
| diff --git a/components/network_time/BUILD.gn b/components/network_time/BUILD.gn
|
| index be9b44cf45fce635462613b52fb1d5c6172ddd0b..14057f9557e94cab3b7780096e55070d1050602c 100644
|
| --- a/components/network_time/BUILD.gn
|
| +++ b/components/network_time/BUILD.gn
|
| @@ -13,7 +13,7 @@ static_library("network_time") {
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| - "//base:prefs",
|
| + "//components/prefs",
|
| ]
|
| }
|
|
|
| @@ -26,7 +26,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":network_time",
|
| "//base",
|
| - "//base:prefs_test_support",
|
| + "//components/prefs:test_support",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|