Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index baa46e6848875bf3d72bb7d64c63d19ec8a7bb90..ac4596468619785044dbd439ba5af6ec73ba2daf 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -271,7 +271,7 @@ class BrowserProcessImpl : public BrowserProcess, |
scoped_ptr<web_resource::PromoResourceService> promo_resource_service_; |
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) |
- base::RepeatingTimer<BrowserProcessImpl> autoupdate_timer_; |
+ base::RepeatingTimer autoupdate_timer_; |
// Gets called by autoupdate timer to see if browser needs restart and can be |
// restarted, and if that's the case, restarts the browser. |