Index: chrome/browser/ui/webui/options/sync_setup_handler.h |
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.h b/chrome/browser/ui/webui/options/sync_setup_handler.h |
index 4ed025a7c9a5057d6929675687e30bdd7bc61acd..0065eccb97f0f482481c2c870fa79894f84f5ea0 100644 |
--- a/chrome/browser/ui/webui/options/sync_setup_handler.h |
+++ b/chrome/browser/ui/webui/options/sync_setup_handler.h |
@@ -152,7 +152,7 @@ class SyncSetupHandler : public options::OptionsPageUIHandler, |
// The OneShotTimer object used to timeout of starting the sync backend |
// service. |
- scoped_ptr<base::OneShotTimer<SyncSetupHandler> > backend_start_timer_; |
+ scoped_ptr<base::OneShotTimer> backend_start_timer_; |
DISALLOW_COPY_AND_ASSIGN(SyncSetupHandler); |
}; |