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

Unified Diff: extensions/browser/verified_contents_unittest.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/verified_contents_unittest.cc
diff --git a/extensions/browser/verified_contents_unittest.cc b/extensions/browser/verified_contents_unittest.cc
index 80f1f813a30f9759ff77ab7e56677ebd33ba600d..1b0dc395857d1485ce55ea84c61f1f16fc521b86 100644
--- a/extensions/browser/verified_contents_unittest.cc
+++ b/extensions/browser/verified_contents_unittest.cc
@@ -85,7 +85,7 @@ TEST(VerifiedContents, Simple) {
contents.GetTreeHashRoot(foo_bar_html)));
base::FilePath nonexistent = base::FilePath::FromUTF8Unsafe("nonexistent");
- EXPECT_TRUE(contents.GetTreeHashRoot(nonexistent) == NULL);
+ EXPECT_TRUE(contents.GetTreeHashRoot(nonexistent) == nullptr);
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698