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