| Index: components/proximity_auth/unlock_manager.cc
|
| diff --git a/components/proximity_auth/unlock_manager.cc b/components/proximity_auth/unlock_manager.cc
|
| index 9386997c52ad4a7afb8b247f5f4d5ae141563976..9011236fb663a15ee60445fe563e3cad4ef8d602 100644
|
| --- a/components/proximity_auth/unlock_manager.cc
|
| +++ b/components/proximity_auth/unlock_manager.cc
|
| @@ -237,7 +237,7 @@ void UnlockManager::OnScreenDidUnlock(
|
| OnScreenLockedOrUnlocked(false);
|
| }
|
|
|
| -void UnlockManager::OnFocusedUserChanged(const std::string& user_id) {}
|
| +void UnlockManager::OnFocusedUserChanged(const AccountId& account_id) {}
|
|
|
| void UnlockManager::OnScreenLockedOrUnlocked(bool is_locked) {
|
| // TODO(tengs): Chrome will only start connecting to the phone when
|
|
|