Index: ash/accelerators/exit_warning_handler.h |
diff --git a/ash/accelerators/exit_warning_handler.h b/ash/accelerators/exit_warning_handler.h |
index b99681cb4359c82190d5953f7549cfe104f11f5b..7de5fc8edb61c99afdb47cdaedcdc1de724e8767 100644 |
--- a/ash/accelerators/exit_warning_handler.h |
+++ b/ash/accelerators/exit_warning_handler.h |
@@ -73,7 +73,7 @@ class ASH_EXPORT ExitWarningHandler { |
State state_; |
scoped_ptr<views::Widget> widget_; |
- base::OneShotTimer<ExitWarningHandler> timer_; |
+ base::OneShotTimer timer_; |
// Flag to suppress starting the timer for testing. For test we call |
// TimerAction() directly to simulate the expiration of the timer. |