Index: chrome/browser/extensions/webstore_installer.h |
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h |
index 7ba017521a73a6697a3d40e86be23bc866e7f193..5000ae972e372539e77ba8cdd4cf23887f886cb5 100644 |
--- a/chrome/browser/extensions/webstore_installer.h |
+++ b/chrome/browser/extensions/webstore_installer.h |
@@ -132,7 +132,7 @@ class WebstoreInstaller : public content::NotificationObserver, |
// DownloadItem::Observer implementation: |
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE; |
- virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE; |
+ virtual void OnDownloadDestructed(content::DownloadItem* download) OVERRIDE; |
// Starts downloading the extension to |file_path|. |
void StartDownload(const FilePath& file_path); |