| Index: chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h b/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
|
| index 3bea1a4b65012b87cd112e5ed1b9264209515d84..19e3f6c19f47b5fa5ae9e8d62af16b949ff29f7e 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
|
| @@ -56,7 +56,7 @@ class DelayedCallbackRunner {
|
| CallbackList::iterator next_callback_;
|
|
|
| // A timer upon the firing of which the next callback will be run.
|
| - base::DelayTimer<DelayedCallbackRunner> timer_;
|
| + base::DelayTimer timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DelayedCallbackRunner);
|
| };
|
|
|