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

Unified Diff: remoting/host/win/chromoting_module.cc

Issue 810133003: replace NULL->nullptr in src/remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « remoting/host/win/chromoting_module.h ('k') | remoting/host/win/com_security.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/chromoting_module.cc
diff --git a/remoting/host/win/chromoting_module.cc b/remoting/host/win/chromoting_module.cc
index d12ab29e4a2081005f188be1cbff4d9581530573..f7a89d5ce99e3ab86f72af8ab72843f32fc1f80e 100644
--- a/remoting/host/win/chromoting_module.cc
+++ b/remoting/host/win/chromoting_module.cc
@@ -168,7 +168,7 @@ LONG ChromotingModule::Unlock() {
CHECK(SUCCEEDED(hr));
// Release the message loop reference, causing the message loop to exit.
- g_module_task_runner.Get() = NULL;
+ g_module_task_runner.Get() = nullptr;
}
return count;
« no previous file with comments | « remoting/host/win/chromoting_module.h ('k') | remoting/host/win/com_security.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698