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

Unified Diff: components/proximity_auth/remote_device_life_cycle.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/remote_device_life_cycle.h
diff --git a/components/proximity_auth/remote_device_life_cycle.h b/components/proximity_auth/remote_device_life_cycle.h
index 6b8e87a62e928d77030ca7335fa1d215e979fd9d..ed7f4c6d6b94c585bd69223c12ded4708b931165 100644
--- a/components/proximity_auth/remote_device_life_cycle.h
+++ b/components/proximity_auth/remote_device_life_cycle.h
@@ -6,7 +6,7 @@
#define COMPONENTS_PROXIMITY_AUTH_REMOTE_DEVICE_LIFE_CYCLE_H
#include "base/macros.h"
-#include "components/proximity_auth/remote_device.h"
+#include "components/cryptauth/remote_device.h"
namespace proximity_auth {
@@ -55,7 +55,7 @@ class RemoteDeviceLifeCycle {
virtual void Start() = 0;
// Returns the RemoteDevice instance that this life cycle manages.
- virtual RemoteDevice GetRemoteDevice() const = 0;
+ virtual cryptauth::RemoteDevice GetRemoteDevice() const = 0;
// Returns the current state of in the life cycle.
virtual State GetState() const = 0;
« no previous file with comments | « components/proximity_auth/remote_device.cc ('k') | components/proximity_auth/remote_device_life_cycle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698