| Index: content/browser/renderer_host/input/timeout_monitor.h
|
| diff --git a/content/browser/renderer_host/input/timeout_monitor.h b/content/browser/renderer_host/input/timeout_monitor.h
|
| index 9c0729f2c76093f507a898432a02dd88d88b46b9..4cccbec25216eaf6151b81ddf3cc2fe8bbaf8f38 100644
|
| --- a/content/browser/renderer_host/input/timeout_monitor.h
|
| +++ b/content/browser/renderer_host/input/timeout_monitor.h
|
| @@ -41,7 +41,7 @@ class CONTENT_EXPORT TimeoutMonitor {
|
| base::TimeTicks time_when_considered_timed_out_;
|
|
|
| // This timer runs to check if |time_when_considered_timed_out_| has past.
|
| - base::OneShotTimer<TimeoutMonitor> timeout_timer_;
|
| + base::OneShotTimer timeout_timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TimeoutMonitor);
|
| };
|
|
|