Index: chrome/browser/ui/webui/options/sync_setup_handler.cc |
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.cc b/chrome/browser/ui/webui/options/sync_setup_handler.cc |
index a2f8469e8e6d67cc80a26b97754faf99eed99d02..bbaa3603851e3fcdfda18f4845c2d31aa79af9e0 100644 |
--- a/chrome/browser/ui/webui/options/sync_setup_handler.cc |
+++ b/chrome/browser/ui/webui/options/sync_setup_handler.cc |
@@ -418,7 +418,7 @@ void SyncSetupHandler::DisplaySpinner() { |
const int kTimeoutSec = 30; |
DCHECK(!backend_start_timer_); |
- backend_start_timer_.reset(new base::OneShotTimer<SyncSetupHandler>()); |
+ backend_start_timer_.reset(new base::OneShotTimer()); |
backend_start_timer_->Start(FROM_HERE, |
base::TimeDelta::FromSeconds(kTimeoutSec), |
this, &SyncSetupHandler::DisplayTimeout); |