| Index: components/proximity_auth/device_to_device_authenticator.cc
|
| diff --git a/components/proximity_auth/device_to_device_authenticator.cc b/components/proximity_auth/device_to_device_authenticator.cc
|
| index cf023b15ff8c3ac2795710fe0046199b1a4d50a9..ccc3fd1299008564e9296be237e87a1b25a2e36c 100644
|
| --- a/components/proximity_auth/device_to_device_authenticator.cc
|
| +++ b/components/proximity_auth/device_to_device_authenticator.cc
|
| @@ -89,7 +89,7 @@ void DeviceToDeviceAuthenticator::OnKeyPairGenerated(
|
| }
|
|
|
| scoped_ptr<base::Timer> DeviceToDeviceAuthenticator::CreateTimer() {
|
| - return make_scoped_ptr(new base::OneShotTimer<DeviceToDeviceAuthenticator>());
|
| + return make_scoped_ptr(new base::OneShotTimer());
|
| }
|
|
|
| void DeviceToDeviceAuthenticator::OnHelloMessageCreated(
|
|
|