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

Unified Diff: remoting/protocol/clipboard_echo_filter.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/client_control_dispatcher.cc ('k') | remoting/protocol/clipboard_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/clipboard_echo_filter.cc
diff --git a/remoting/protocol/clipboard_echo_filter.cc b/remoting/protocol/clipboard_echo_filter.cc
index d89c43cbb1d51fad35ad141eb3fb69321a0bd37b..206f6619ea132843f181ac42ae60df443d376f28 100644
--- a/remoting/protocol/clipboard_echo_filter.cc
+++ b/remoting/protocol/clipboard_echo_filter.cc
@@ -10,8 +10,8 @@ namespace remoting {
namespace protocol {
ClipboardEchoFilter::ClipboardEchoFilter()
- : host_stub_(NULL),
- client_stub_(NULL),
+ : host_stub_(nullptr),
+ client_stub_(nullptr),
client_filter_(this),
host_filter_(this) {
}
« no previous file with comments | « remoting/protocol/client_control_dispatcher.cc ('k') | remoting/protocol/clipboard_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698