| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc
|
| index 051151106de5aa9df89f22879da72e4e277548a8..8a199fa4746021668b001aa1930908bf451e76e9 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc
|
| @@ -1051,7 +1051,7 @@ EasyUnlockPrivateSetAutoPairingResultFunction::Run() {
|
| EasyUnlockPrivateFindSetupConnectionFunction::
|
| EasyUnlockPrivateFindSetupConnectionFunction()
|
| : bluetooth_throttler_(new proximity_auth::BluetoothThrottlerImpl(
|
| - base::WrapUnique(new base::DefaultTickClock()))) {}
|
| + base::MakeUnique<base::DefaultTickClock>())) {}
|
|
|
| EasyUnlockPrivateFindSetupConnectionFunction::
|
| ~EasyUnlockPrivateFindSetupConnectionFunction() {
|
|
|