| 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() {
|
|
|