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

Unified Diff: remoting/protocol/client_control_dispatcher.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/chromium_socket_factory_unittest.cc ('k') | remoting/protocol/clipboard_echo_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/client_control_dispatcher.cc
diff --git a/remoting/protocol/client_control_dispatcher.cc b/remoting/protocol/client_control_dispatcher.cc
index 5a6bad59f49bf1019b53869ec19c11217eceaad2..f08e6cfca71e8f41d5c5dd57c36b7c69b57636c2 100644
--- a/remoting/protocol/client_control_dispatcher.cc
+++ b/remoting/protocol/client_control_dispatcher.cc
@@ -60,8 +60,8 @@ bool CursorShapeIsValid(const CursorShapeInfo& cursor_shape) {
ClientControlDispatcher::ClientControlDispatcher()
: ChannelDispatcherBase(kControlChannelName),
- client_stub_(NULL),
- clipboard_stub_(NULL) {
+ client_stub_(nullptr),
+ clipboard_stub_(nullptr) {
}
ClientControlDispatcher::~ClientControlDispatcher() {
« no previous file with comments | « remoting/protocol/chromium_socket_factory_unittest.cc ('k') | remoting/protocol/clipboard_echo_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698