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; |