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

Unified Diff: components/proximity_auth/fake_connection.h

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/fake_connection.h
diff --git a/components/proximity_auth/fake_connection.h b/components/proximity_auth/fake_connection.h
index c525d4fb36972163f0d1027d3cacdb8b22307246..5bfe3fbc5ffe34e1cb45ad4377fd0a30a638f8f5 100644
--- a/components/proximity_auth/fake_connection.h
+++ b/components/proximity_auth/fake_connection.h
@@ -13,7 +13,7 @@ namespace proximity_auth {
// A fake implementation of Connection to use in tests.
class FakeConnection : public Connection {
public:
- FakeConnection(const RemoteDevice& remote_device);
+ FakeConnection(const cryptauth::RemoteDevice& remote_device);
~FakeConnection() override;
// Connection:
« no previous file with comments | « components/proximity_auth/device_to_device_authenticator_unittest.cc ('k') | components/proximity_auth/fake_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698