Index: components/proximity_auth/ble/BUILD.gn |
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn |
index cb96bb9c8504b71c34d058d3fd63056801d09e8b..3cd3dc48d3a6bd0b4875979a6424082e27c2a6a6 100644 |
--- a/components/proximity_auth/ble/BUILD.gn |
+++ b/components/proximity_auth/ble/BUILD.gn |
@@ -42,7 +42,7 @@ static_library("ble") { |
] |
public_deps = [ |
- "//components/proximity_auth/cryptauth/proto", |
+ "//components/cryptauth/proto", |
] |
} |
@@ -71,6 +71,6 @@ source_set("unit_tests") { |
] |
public_deps = [ |
- "//components/proximity_auth/cryptauth/proto", |
+ "//components/cryptauth/proto", |
] |
} |