| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 718599e9bd9bc65db9e323f4c3620185934b4f82..b1e7b5d55867b07043dffb0b15686a6ee55fbe07 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -89,7 +89,6 @@ class WebstoreInstaller : public content::NotificationObserver,
|
| const std::string& id,
|
| scoped_ptr<Approval> approval,
|
| int flags);
|
| - virtual ~WebstoreInstaller();
|
|
|
| // Starts downloading and installing the extension.
|
| void Start();
|
| @@ -104,6 +103,9 @@ class WebstoreInstaller : public content::NotificationObserver,
|
| static void SetDownloadDirectoryForTests(FilePath* directory);
|
|
|
| private:
|
| + friend class base::RefCounted<WebstoreInstaller>;
|
| + virtual ~WebstoreInstaller();
|
| +
|
| // DownloadManager::DownloadUrl callback.
|
| void OnDownloadStarted(content::DownloadId id, net::Error error);
|
|
|
|
|