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

Unified Diff: components/proximity_auth/unlock_manager.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/unlock_manager.h
diff --git a/components/proximity_auth/unlock_manager.h b/components/proximity_auth/unlock_manager.h
index 2a6602a001bd198b76cae85ccd1a0f486111a535..c5960ed616640b29ac74c8085af27ec96b78469e 100644
--- a/components/proximity_auth/unlock_manager.h
+++ b/components/proximity_auth/unlock_manager.h
@@ -63,7 +63,7 @@ class UnlockManager : public MessengerObserver,
// Creates a ProximityMonitor instance for the given |remote_device|.
// Exposed for testing.
virtual std::unique_ptr<ProximityMonitor> CreateProximityMonitor(
- const RemoteDevice& remote_device);
+ const cryptauth::RemoteDevice& remote_device);
private:
// The possible lock screen states for the remote device.

Powered by Google App Engine
This is Rietveld 408576698