Index: components/proximity_auth/BUILD.gn |
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn |
index 565e1d2230f2d383049afd7fc3e080a68bd8f0a8..a19418d88e6a39e3f9f6dbdec62c405882b14bf6 100644 |
--- a/components/proximity_auth/BUILD.gn |
+++ b/components/proximity_auth/BUILD.gn |
@@ -71,7 +71,7 @@ source_set("proximity_auth") { |
deps = [ |
"//base", |
- "//base:prefs", |
+ "//components/prefs", |
"//components/proximity_auth/ble", |
"//components/proximity_auth/cryptauth", |
"//components/proximity_auth/logging", |
@@ -149,8 +149,8 @@ source_set("unit_tests") { |
":proximity_auth", |
":test_support", |
"//base", |
- "//base:prefs_test_support", |
"//base/test:test_support", |
+ "//components/prefs:test_support", |
"//components/proximity_auth/ble:unit_tests", |
"//components/proximity_auth/cryptauth:test_support", |
"//components/proximity_auth/cryptauth:unit_tests", |