Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: extensions/common/manifest_handlers/options_page_info.h

Issue 1908953003: Convert //extensions/{common,shell} from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « extensions/common/manifest_handlers/offline_enabled_info.cc ('k') | extensions/common/manifest_handlers/options_page_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698