| Index: chrome/browser/chromeos/file_manager/app_installer.h
|
| diff --git a/chrome/browser/chromeos/file_manager/app_installer.h b/chrome/browser/chromeos/file_manager/app_installer.h
|
| index efeff78a6433aa2ddbd08a5098bad893f5f7b1c1..e2e6b1899e38d136015c8e824e6a3def7c1b7890 100644
|
| --- a/chrome/browser/chromeos/file_manager/app_installer.h
|
| +++ b/chrome/browser/chromeos/file_manager/app_installer.h
|
| @@ -42,8 +42,8 @@ class AppInstaller
|
| 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;
|
|
|