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

Unified Diff: extensions/browser/content_verifier_io_data.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/content_verifier_io_data.cc
diff --git a/extensions/browser/content_verifier_io_data.cc b/extensions/browser/content_verifier_io_data.cc
index e7974887b1883b6aa6e0f6dca3c4415160998d21..e6381646c5d84385a0abdf2207b86509dc348f05 100644
--- a/extensions/browser/content_verifier_io_data.cc
+++ b/extensions/browser/content_verifier_io_data.cc
@@ -51,7 +51,7 @@ const ContentVerifierIOData::ExtensionData* ContentVerifierIOData::GetData(
if (found != data_map_.end())
return found->second.get();
else
- return NULL;
+ return nullptr;
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698