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

Unified Diff: components/proximity_auth/connection.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
« no previous file with comments | « components/proximity_auth/connection.h ('k') | components/proximity_auth/connection_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/connection.cc
diff --git a/components/proximity_auth/connection.cc b/components/proximity_auth/connection.cc
index 3c7ff2565caf5afcc91f5828ac9bc77830ddafc6..b191d5f0fce4440968437a1a340d81e89b2d84f9 100644
--- a/components/proximity_auth/connection.cc
+++ b/components/proximity_auth/connection.cc
@@ -12,11 +12,10 @@
namespace proximity_auth {
-Connection::Connection(const RemoteDevice& remote_device)
+Connection::Connection(const cryptauth::RemoteDevice& remote_device)
: remote_device_(remote_device),
status_(DISCONNECTED),
- is_sending_message_(false) {
-}
+ is_sending_message_(false) {}
Connection::~Connection() {
}
« no previous file with comments | « components/proximity_auth/connection.h ('k') | components/proximity_auth/connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698