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 c457b80fbba77a493ac09ae585b05d6446279d4b..0fb4e79e913f9bc2f2057b641c022b68f464b769 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.cc |
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc |
@@ -254,7 +254,7 @@ void WebstoreStandaloneInstaller::InstallUIProceed() { |
scoped_refptr<WebstoreInstaller> installer = new WebstoreInstaller( |
profile_, |
this, |
- &(GetWebContents()->GetController()), |
+ GetWebContents(), |
id_, |
approval.Pass(), |
install_source_); |