| Index: chrome/browser/extensions/bundle_installer.h
|
| diff --git a/chrome/browser/extensions/bundle_installer.h b/chrome/browser/extensions/bundle_installer.h
|
| index 40034e7e1dabb950ad10d7e244ac9623c9115cc4..4b91f9a6c82e1fe733fd7f9da36b10d1e72dfec6 100644
|
| --- a/chrome/browser/extensions/bundle_installer.h
|
| +++ b/chrome/browser/extensions/bundle_installer.h
|
| @@ -77,7 +77,6 @@ class BundleInstaller : public WebstoreInstallHelper::Delegate,
|
| typedef std::vector<Item> ItemList;
|
|
|
| BundleInstaller(Profile* profile, const ItemList& items);
|
| - virtual ~BundleInstaller();
|
|
|
| // Returns true if the user has approved the bundle's permissions.
|
| bool approved() const { return approved_; }
|
| @@ -116,6 +115,8 @@ class BundleInstaller : public WebstoreInstallHelper::Delegate,
|
| typedef std::map<std::string, Item> ItemMap;
|
| typedef std::map<std::string, linked_ptr<base::DictionaryValue> > ManifestMap;
|
|
|
| + virtual ~BundleInstaller();
|
| +
|
| // Displays the install bubble for |bundle| on |browser|.
|
| // Note: this is a platform specific implementation.
|
| static void ShowInstalledBubble(const BundleInstaller* bundle,
|
|
|