diff options
Diffstat (limited to 'chrome/browser/extensions/webstore_installer.h')
-rw-r--r-- | chrome/browser/extensions/webstore_installer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h index 58e76fa..4bddaf5 100644 --- a/chrome/browser/extensions/webstore_installer.h +++ b/chrome/browser/extensions/webstore_installer.h @@ -276,7 +276,7 @@ class WebstoreInstaller : public content::NotificationObserver, // Used to periodically update the extension's download status. This will // trigger at least every second, though sometimes more frequently (depending // on number of modules, etc). - base::OneShotTimer<WebstoreInstaller> download_progress_timer_; + base::OneShotTimer download_progress_timer_; scoped_ptr<Approval> approval_; GURL download_url_; scoped_refptr<CrxInstaller> crx_installer_; |