| Index: remoting/protocol/host_control_dispatcher.cc
|
| diff --git a/remoting/protocol/host_control_dispatcher.cc b/remoting/protocol/host_control_dispatcher.cc
|
| index dfb7d181ec0f7f22b4836d91dfc53fd28bbae303..0c19d176bd3fe38a0e46e94980fd2773666238ea 100644
|
| --- a/remoting/protocol/host_control_dispatcher.cc
|
| +++ b/remoting/protocol/host_control_dispatcher.cc
|
| @@ -19,8 +19,8 @@ namespace protocol {
|
|
|
| HostControlDispatcher::HostControlDispatcher()
|
| : ChannelDispatcherBase(kControlChannelName),
|
| - clipboard_stub_(NULL),
|
| - host_stub_(NULL) {
|
| + clipboard_stub_(nullptr),
|
| + host_stub_(nullptr) {
|
| }
|
|
|
| HostControlDispatcher::~HostControlDispatcher() {
|
|
|