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

Unified Diff: extensions/browser/extension_registry.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/browser/extension_registry.cc
diff --git a/extensions/browser/extension_registry.cc b/extensions/browser/extension_registry.cc
index 769539e971931a7368dcac90882b5422f25627aa..c28ac1ca16d6ba673696940777fccd2930e83cb6 100644
--- a/extensions/browser/extension_registry.cc
+++ b/extensions/browser/extension_registry.cc
@@ -108,7 +108,7 @@ const Extension* ExtensionRegistry::GetExtensionById(const std::string& id,
if (extension)
return extension;
}
- return NULL;
+ return nullptr;
}
bool ExtensionRegistry::AddEnabled(

Powered by Google App Engine
This is Rietveld 408576698