| Index: chrome/browser/extensions/webstore_install_with_prompt.h
|
| diff --git a/chrome/browser/extensions/webstore_install_with_prompt.h b/chrome/browser/extensions/webstore_install_with_prompt.h
|
| index b170a12b4c04cf204ca72557ce66d53b10ee8014..5afc314b5c6460e1d55884ca5f141e5df38795b0 100644
|
| --- a/chrome/browser/extensions/webstore_install_with_prompt.h
|
| +++ b/chrome/browser/extensions/webstore_install_with_prompt.h
|
| @@ -54,7 +54,7 @@ class WebstoreInstallWithPrompt : public WebstoreStandaloneInstaller,
|
| virtual bool ShouldShowPostInstallUI() const OVERRIDE;
|
| virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
|
| virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| - virtual scoped_ptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt()
|
| + virtual scoped_refptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt()
|
| const OVERRIDE;
|
| virtual scoped_ptr<ExtensionInstallPrompt> CreateInstallUI() OVERRIDE;
|
| virtual bool CheckInlineInstallPermitted(
|
|
|