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

Unified Diff: components/proximity_auth/connection_unittest.cc

Issue 2560713002: Move RemoteDevice from //components/proximity_auth to //components/cryptauth so that it can be easi… (Closed)
Patch Set: Add cryptauth dependency. 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/connection_unittest.cc
diff --git a/components/proximity_auth/connection_unittest.cc b/components/proximity_auth/connection_unittest.cc
index b8d8c79371193ea2730cf05e0aa287c5f0e85a24..c39857cb11d3932879208082c68a14f25e411f31 100644
--- a/components/proximity_auth/connection_unittest.cc
+++ b/components/proximity_auth/connection_unittest.cc
@@ -6,8 +6,8 @@
#include "base/macros.h"
#include "base/memory/ptr_util.h"
+#include "components/cryptauth/remote_device.h"
#include "components/proximity_auth/connection_observer.h"
-#include "components/proximity_auth/remote_device.h"
#include "components/proximity_auth/wire_message.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -24,7 +24,7 @@ namespace {
class MockConnection : public Connection {
public:
- MockConnection() : Connection(RemoteDevice()) {}
+ MockConnection() : Connection(cryptauth::RemoteDevice()) {}
~MockConnection() {}
MOCK_METHOD1(SetPaused, void(bool paused));
« no previous file with comments | « components/proximity_auth/connection.cc ('k') | components/proximity_auth/device_to_device_authenticator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698