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

Unified Diff: mojo/embedder/channel_init.cc

Issue 597413002: Mojo: NULL -> nullptr in mojo/system and mojo/embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EXPECT_TRUE 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
« no previous file with comments | « no previous file | mojo/embedder/embedder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/channel_init.cc
diff --git a/mojo/embedder/channel_init.cc b/mojo/embedder/channel_init.cc
index 31cb50090e472e05954f4facb2361be5806db36f..4c15c83bfbe0a469971ecffc2fcbe2d68c685ee6 100644
--- a/mojo/embedder/channel_init.cc
+++ b/mojo/embedder/channel_init.cc
@@ -11,7 +11,7 @@
namespace mojo {
namespace embedder {
-ChannelInit::ChannelInit() : channel_info_(NULL), weak_factory_(this) {
+ChannelInit::ChannelInit() : channel_info_(nullptr), weak_factory_(this) {
}
ChannelInit::~ChannelInit() {
« no previous file with comments | « no previous file | mojo/embedder/embedder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698