diff options
Diffstat (limited to 'chromium/ipc/ipc_logging.cc')
-rw-r--r-- | chromium/ipc/ipc_logging.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ipc/ipc_logging.cc b/chromium/ipc/ipc_logging.cc index 905b161115f..3fcaed45dc8 100644 --- a/chromium/ipc/ipc_logging.cc +++ b/chromium/ipc/ipc_logging.cc @@ -48,9 +48,9 @@ Logging::Logging() enabled_on_stderr_(false), enabled_color_(false), queue_invoke_later_pending_(false), - sender_(NULL), + sender_(nullptr), main_thread_(base::ThreadTaskRunnerHandle::Get()), - consumer_(NULL) { + consumer_(nullptr) { #if defined(OS_WIN) // getenv triggers an unsafe warning. Simply check how big of a buffer // would be needed to fetch the value to see if the enviornment variable is |