Index: components/proximity_auth/ble/BUILD.gn |
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn |
index 1be48bd80c8805d9cb21bbc273b85be42e0b0967..29ae3ba3f7f5af0eca57dd751bb068feaf9c2f5c 100644 |
--- a/components/proximity_auth/ble/BUILD.gn |
+++ b/components/proximity_auth/ble/BUILD.gn |
@@ -23,7 +23,7 @@ source_set("ble") { |
deps = [ |
"//base", |
- "//base:prefs", |
+ "//components/prefs", |
"//components/proximity_auth/logging", |
# TODO(https://crbug.com/562683): This component has a circular dependency |
@@ -52,8 +52,8 @@ source_set("unit_tests") { |
deps = [ |
":ble", |
- "//base:prefs_test_support", |
"//base/test:test_support", |
+ "//components/prefs:test_support", |
"//components/proximity_auth:test_support", |
"//device/bluetooth:mocks", |
"//testing/gmock", |