| Index: components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager.h b/components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| index ea16cd0ab992d4a1798c8878d1f692a8ccd4d8ab..0c615712a1a6a99975440fdc676eeb7f3243b606 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_device_manager.h
|
| @@ -104,7 +104,7 @@ class CryptAuthDeviceManager : public SyncScheduler::Delegate,
|
| bool IsRecoveringFromFailure() const;
|
|
|
| // Returns a list of remote devices that can unlock the user's other devices.
|
| - const std::vector<cryptauth::ExternalDeviceInfo>& unlock_keys() {
|
| + const std::vector<cryptauth::ExternalDeviceInfo>& unlock_keys() const {
|
| return unlock_keys_;
|
| }
|
|
|
|
|