Index: chrome/browser/extensions/webstore_standalone_installer.cc |
diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc |
index ae40c9cc1e24dee113f5f0317779ba0fbdfc1558..793309709659dba81eefff29b9a875d56e79854e 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.cc |
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc |
@@ -325,7 +325,7 @@ void WebstoreStandaloneInstaller::ShowInstallUI() { |
install_ui_ = CreateInstallUI(); |
install_ui_->ConfirmStandaloneInstall( |
- this, localized_extension_for_display_.get(), &icon_, *install_prompt_); |
+ this, localized_extension_for_display_.get(), &icon_, install_prompt_); |
} |
void WebstoreStandaloneInstaller::OnWebStoreDataFetcherDone() { |