| 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 22ae8213827f8e45763fcdfdde2b01cba21b5782..9e11fa42e630eb0dff533f2c5aa7519dfe3bb00e 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.h
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.h
|
| @@ -54,7 +54,7 @@ class WebstoreInlineInstaller : public WebstoreStandaloneInstaller,
|
| bool ShouldShowPostInstallUI() const override;
|
| bool ShouldShowAppInstalledBubble() const override;
|
| content::WebContents* GetWebContents() const override;
|
| - scoped_ptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt()
|
| + std::unique_ptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt()
|
| const override;
|
| bool CheckInlineInstallPermitted(const base::DictionaryValue& webstore_data,
|
| std::string* error) const override;
|
|
|