| 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 f00088faae75f4445a501f17c7a4780852b2e0c3..727de1a8b33a002117e35b344cacaa25cfcb7402 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
|
| @@ -1050,7 +1050,7 @@ bool EasyUnlockPrivateSetAutoPairingResultFunction::RunSync() {
|
| EasyUnlockPrivateFindSetupConnectionFunction::
|
| EasyUnlockPrivateFindSetupConnectionFunction()
|
| : bluetooth_throttler_(new proximity_auth::BluetoothThrottlerImpl(
|
| - base::WrapUnique(new base::DefaultTickClock()))) {}
|
| + base::MakeUnique<base::DefaultTickClock>())) {}
|
|
|
| EasyUnlockPrivateFindSetupConnectionFunction::
|
| ~EasyUnlockPrivateFindSetupConnectionFunction() {
|
|
|