Index: components/variations/service/BUILD.gn |
diff --git a/components/variations/service/BUILD.gn b/components/variations/service/BUILD.gn |
index 66fa838c3ca4a1dfabbbed8b48eee640950e37f8..099be5c288464c42c2883e14af27eda38fbf708d 100644 |
--- a/components/variations/service/BUILD.gn |
+++ b/components/variations/service/BUILD.gn |
@@ -13,11 +13,11 @@ source_set("service") { |
deps = [ |
"//base", |
- "//base:prefs", |
"//components/data_use_measurement/core", |
"//components/metrics", |
"//components/network_time", |
"//components/pref_registry", |
+ "//components/prefs", |
"//components/variations", |
"//components/variations/proto", |
"//components/version_info", |
@@ -37,8 +37,8 @@ source_set("unit_tests") { |
deps = [ |
":service", |
"//base", |
- "//base:prefs_test_support", |
"//base/test:test_support", |
+ "//components/prefs:test_support", |
"//components/variations", |
"//components/variations/proto", |
"//components/web_resource:test_support", |