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

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

Issue 598173003: Run clang-modernize -use-nullptr over src/extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.cc
diff --git a/extensions/common/manifest_handlers/options_page_info.cc b/extensions/common/manifest_handlers/options_page_info.cc
index e669f0c49fae15e53611fee62181deddf4c9d6a2..a88f2c1e83dd1e59ef490ec308758c26250236b6 100644
--- a/extensions/common/manifest_handlers/options_page_info.cc
+++ b/extensions/common/manifest_handlers/options_page_info.cc
@@ -181,7 +181,7 @@ bool OptionsPageManifestHandler::Parse(Extension* extension,
return false;
}
- const base::Value* options_ui_value = NULL;
+ const base::Value* options_ui_value = nullptr;
ignore_result(manifest->Get(keys::kOptionsUI, &options_ui_value));
scoped_ptr<OptionsPageInfo> info =

Powered by Google App Engine
This is Rietveld 408576698