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

Unified Diff: mojo/system/entrypoints.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: 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: mojo/system/entrypoints.cc
diff --git a/mojo/system/entrypoints.cc b/mojo/system/entrypoints.cc
index 32c7235ed2519f91e4fa56de9df0e1d8faec2085..9b5d3bf47d8f7221ea1101fb2e4cd1efa9d9f02b 100644
--- a/mojo/system/entrypoints.cc
+++ b/mojo/system/entrypoints.cc
@@ -11,7 +11,7 @@
#include "mojo/public/c/system/message_pipe.h"
#include "mojo/system/core.h"
-static mojo::system::Core* g_core = NULL;
+static mojo::system::Core* g_core = nullptr;
using mojo::system::MakeUserPointer;

Powered by Google App Engine
This is Rietveld 408576698