diff options
Diffstat (limited to 'remoting/protocol/channel_multiplexer.h')
-rw-r--r-- | remoting/protocol/channel_multiplexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/channel_multiplexer.h b/remoting/protocol/channel_multiplexer.h index 506dc4b..99a3112 100644 --- a/remoting/protocol/channel_multiplexer.h +++ b/remoting/protocol/channel_multiplexer.h @@ -25,8 +25,8 @@ class ChannelMultiplexer : public StreamChannelFactory { // StreamChannelFactory interface. virtual void CreateChannel(const std::string& name, - const ChannelCreatedCallback& callback) OVERRIDE; - virtual void CancelChannelCreation(const std::string& name) OVERRIDE; + const ChannelCreatedCallback& callback) override; + virtual void CancelChannelCreation(const std::string& name) override; private: struct PendingChannel; |