| Index: chrome/browser/extensions/webstore_install_helper.h
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
|
| index 06a144022f2909156b8861eba9d8910933f4ccf5..277e56986c76f56365a391be8da97fbb59390793 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.h
|
| +++ b/chrome/browser/extensions/webstore_install_helper.h
|
| @@ -58,6 +58,9 @@ class WebstoreInstallHelper : public content::UtilityProcessHostClient,
|
| const std::string& id,
|
| InstallHelperResultCode result_code,
|
| const std::string& error_message) = 0;
|
| +
|
| + protected:
|
| + virtual ~Delegate() {}
|
| };
|
|
|
| // Only one of |icon_data| (based64-encoded icon data) or |icon_url| can be
|
|
|