| Index: chrome/browser/signin/easy_unlock_service.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service.cc b/chrome/browser/signin/easy_unlock_service.cc
|
| index dc8b50bc274a725ee0d25f74dd67c6467b79f848..1679d3601f249b51b9d9ec1545667904eaf09239 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service.cc
|
| @@ -844,7 +844,7 @@ EasyUnlockAuthEvent EasyUnlockService::GetPasswordAuthEvent() const {
|
|
|
| void EasyUnlockService::SetProximityAuthDevices(
|
| const AccountId& account_id,
|
| - const proximity_auth::RemoteDeviceList& remote_devices) {
|
| + const cryptauth::RemoteDeviceList& remote_devices) {
|
| if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| proximity_auth::switches::kEnableBluetoothLowEnergyDiscovery))
|
| return;
|
|
|