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

Unified Diff: remoting/protocol/connection_to_client.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/connection_to_client.h ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_client.cc
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index 2135190b809257605ca11267eebe8b59efc4ef14..536fa75255de21f9d602a2ff929f0237162d2125 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -19,10 +19,10 @@ namespace remoting {
namespace protocol {
ConnectionToClient::ConnectionToClient(protocol::Session* session)
- : handler_(NULL),
- clipboard_stub_(NULL),
- host_stub_(NULL),
- input_stub_(NULL),
+ : handler_(nullptr),
+ clipboard_stub_(nullptr),
+ host_stub_(nullptr),
+ input_stub_(nullptr),
session_(session) {
session_->SetEventHandler(this);
}
« no previous file with comments | « remoting/protocol/connection_to_client.h ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698