Index: ui/message_center/popup_timer.cc |
diff --git a/ui/message_center/popup_timer.cc b/ui/message_center/popup_timer.cc |
index e04252bd1872540119c7917d2e13ca2d7cf82f14..aa45d06d43cbdfbd1aa452fa0e4bd61731a3bd2c 100644 |
--- a/ui/message_center/popup_timer.cc |
+++ b/ui/message_center/popup_timer.cc |
@@ -35,7 +35,7 @@ PopupTimer::PopupTimer(const std::string& id, |
: id_(id), |
timeout_(timeout), |
timer_controller_(controller), |
- timer_(new base::OneShotTimer<PopupTimersController>) {} |
+ timer_(new base::OneShotTimer) {} |
PopupTimer::~PopupTimer() { |
if (!timer_) |