| Index: remoting/protocol/host_event_dispatcher.cc
|
| diff --git a/remoting/protocol/host_event_dispatcher.cc b/remoting/protocol/host_event_dispatcher.cc
|
| index 3ece9bba9a4b273682f09bf7049c7ab96d0e622d..7bc93fb5669e8220d3deb821d2ad409b26d11877 100644
|
| --- a/remoting/protocol/host_event_dispatcher.cc
|
| +++ b/remoting/protocol/host_event_dispatcher.cc
|
| @@ -16,7 +16,7 @@ namespace protocol {
|
|
|
| HostEventDispatcher::HostEventDispatcher()
|
| : ChannelDispatcherBase(kEventChannelName),
|
| - input_stub_(NULL) {
|
| + input_stub_(nullptr) {
|
| }
|
|
|
| HostEventDispatcher::~HostEventDispatcher() {
|
|
|