| Index: components/proximity_auth/unlock_manager.cc
|
| diff --git a/components/proximity_auth/unlock_manager.cc b/components/proximity_auth/unlock_manager.cc
|
| index 15f1fabee7aed80a9749c1faa4754b130dc466b9..3b6d1cd03d957b6f337d33610d9d4c2c93bab990 100644
|
| --- a/components/proximity_auth/unlock_manager.cc
|
| +++ b/components/proximity_auth/unlock_manager.cc
|
| @@ -234,7 +234,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
|
|
|