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

Unified Diff: extensions/browser/api/test/test_api.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/api/test/test_api.cc
diff --git a/extensions/browser/api/test/test_api.cc b/extensions/browser/api/test/test_api.cc
index 4faaa0335e8fbdaf6dd6b25b4d0dda72fe973c2d..73ba686baf28617f787eabd2550d222bfeefeeb9 100644
--- a/extensions/browser/api/test/test_api.cc
+++ b/extensions/browser/api/test/test_api.cc
@@ -106,7 +106,8 @@ void TestGetConfigFunction::set_test_config_state(
}
TestGetConfigFunction::TestConfigState::TestConfigState()
- : config_state_(NULL) {}
+ : config_state_(nullptr) {
+}
// static
TestGetConfigFunction::TestConfigState*

Powered by Google App Engine
This is Rietveld 408576698