Index: components/proximity_auth/bluetooth_connection_finder_unittest.cc |
diff --git a/components/proximity_auth/bluetooth_connection_finder_unittest.cc b/components/proximity_auth/bluetooth_connection_finder_unittest.cc |
index 49b457997b0d4ebaa86c764745eed1ad46146569..60070ca918885ee20acd83e21a5111427026a2dc 100644 |
--- a/components/proximity_auth/bluetooth_connection_finder_unittest.cc |
+++ b/components/proximity_auth/bluetooth_connection_finder_unittest.cc |
@@ -15,8 +15,8 @@ |
#include "base/run_loop.h" |
#include "base/time/time.h" |
#include "components/cryptauth/remote_device.h" |
+#include "components/cryptauth/wire_message.h" |
#include "components/proximity_auth/proximity_auth_test_util.h" |
-#include "components/proximity_auth/wire_message.h" |
#include "device/bluetooth/bluetooth_adapter_factory.h" |
#include "device/bluetooth/bluetooth_uuid.h" |
#include "device/bluetooth/test/mock_bluetooth_adapter.h" |
@@ -53,7 +53,8 @@ class MockConnection : public Connection { |
private: |
void Disconnect() override {} |
- void SendMessageImpl(std::unique_ptr<WireMessage> message) override {} |
+ void SendMessageImpl( |
+ std::unique_ptr<cryptauth::WireMessage> message) override {} |
// If true, we do not expect |this| object to be destroyed until this value is |
// toggled back to false. |