| Index: chrome/browser/extensions/webstore_inline_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.h b/chrome/browser/extensions/webstore_inline_installer.h
|
| index 33b278d529a8ec385f07877717f1dbb247bd4ce3..7e7e792ebfba464a44327901328fd6646f41debe 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.h
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.h
|
| @@ -47,8 +47,8 @@ class WebstoreInlineInstaller
|
| virtual bool ShouldShowPostInstallUI() const OVERRIDE;
|
| virtual bool ShouldShowAppInstalledBubble() const OVERRIDE;
|
| virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| - virtual scoped_ptr<ExtensionInstallPrompt::Prompt>
|
| - CreateInstallPrompt() const OVERRIDE;
|
| + virtual scoped_refptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt()
|
| + const OVERRIDE;
|
| virtual bool CheckInlineInstallPermitted(
|
| const base::DictionaryValue& webstore_data,
|
| std::string* error) const OVERRIDE;
|
|
|