summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_manager/app_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_manager/app_installer.h')
-rw-r--r--chrome/browser/chromeos/file_manager/app_installer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/file_manager/app_installer.h b/chrome/browser/chromeos/file_manager/app_installer.h
index efeff78..e2e6b189 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;