| Index: extensions/common/manifest_handlers/options_page_info.h
|
| diff --git a/extensions/common/manifest_handlers/options_page_info.h b/extensions/common/manifest_handlers/options_page_info.h
|
| index fcde3e22e81bb860620c1315f46fbf271572bce6..aca335bfb26b56a42ac9f47e588411c95121eaab 100644
|
| --- a/extensions/common/manifest_handlers/options_page_info.h
|
| +++ b/extensions/common/manifest_handlers/options_page_info.h
|
| @@ -46,7 +46,7 @@ class OptionsPageInfo : public Extension::ManifestData {
|
| // new tab instead of an embedded popup.
|
| static bool ShouldOpenInTab(const Extension* extension);
|
|
|
| - static scoped_ptr<OptionsPageInfo> Create(
|
| + static std::unique_ptr<OptionsPageInfo> Create(
|
| Extension* extension,
|
| const base::Value* options_ui_value,
|
| const std::string& options_page_string,
|
|
|