Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: components/proximity_auth/bluetooth_connection_finder_unittest.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Moved all general classes from proximity_auth to cryptauth. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698