| Index: remoting/protocol/channel_dispatcher_base.h
|
| diff --git a/remoting/protocol/channel_dispatcher_base.h b/remoting/protocol/channel_dispatcher_base.h
|
| index f71d291bb07ebc3b4ef03865f7f62cca2611113d..705b224caf7b245939e77e9371f01783ac693c7d 100644
|
| --- a/remoting/protocol/channel_dispatcher_base.h
|
| +++ b/remoting/protocol/channel_dispatcher_base.h
|
| @@ -41,7 +41,7 @@ class ChannelDispatcherBase {
|
| const InitializedCallback& callback);
|
|
|
| // Returns true if the channel is currently connected.
|
| - bool is_connected() { return channel() != NULL; }
|
| + bool is_connected() { return channel() != nullptr; }
|
|
|
| protected:
|
| explicit ChannelDispatcherBase(const char* channel_name);
|
|
|