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

Unified Diff: remoting/protocol/ppapi_module_stub.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/protocol/pairing_authenticator_base.cc ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ppapi_module_stub.cc
diff --git a/remoting/protocol/ppapi_module_stub.cc b/remoting/protocol/ppapi_module_stub.cc
index 829aaaa0d7467499f04e72648a21c1d6af265af3..22d4f6c940e1ef6ad83de7daaea8b00ca49d85a9 100644
--- a/remoting/protocol/ppapi_module_stub.cc
+++ b/remoting/protocol/ppapi_module_stub.cc
@@ -8,7 +8,7 @@ namespace pp {
// Factory function for your specialization of the Module object.
Module* CreateModule() {
- return NULL;
+ return nullptr;
}
} // namespace pp
« no previous file with comments | « remoting/protocol/pairing_authenticator_base.cc ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698