Index: components/proximity_auth/cryptauth/BUILD.gn |
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn |
index aa3bf5591bc1ddcbb45a778f8197db1ca97422c6..fc7d40e4731c4883ee964e405b3260ac13a29c00 100644 |
--- a/components/proximity_auth/cryptauth/BUILD.gn |
+++ b/components/proximity_auth/cryptauth/BUILD.gn |
@@ -39,9 +39,9 @@ source_set("cryptauth") { |
deps = [ |
"//base", |
- "//base:prefs", |
"//components/gcm_driver", |
"//components/gcm_driver/common", |
+ "//components/prefs", |
"//components/proximity_auth/logging", |
"//crypto", |
"//google_apis", |
@@ -95,9 +95,9 @@ source_set("unit_tests") { |
deps = [ |
":cryptauth", |
":test_support", |
- "//base:prefs_test_support", |
"//base/test:test_support", |
"//components/gcm_driver:test_support", |
+ "//components/prefs:test_support", |
"//components/proximity_auth", |
"//google_apis:test_support", |
"//net:test_support", |