| Index: remoting/protocol/secure_channel_factory.h
|
| diff --git a/remoting/protocol/secure_channel_factory.h b/remoting/protocol/secure_channel_factory.h
|
| index 8f8e12e7000f0e0ec8208e3333ba64a73eed9225..f10ef6f2760c706d68a4a6daf351ce9bb2c45260 100644
|
| --- a/remoting/protocol/secure_channel_factory.h
|
| +++ b/remoting/protocol/secure_channel_factory.h
|
| @@ -31,8 +31,8 @@ class SecureChannelFactory : 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:
|
| typedef std::map<std::string, ChannelAuthenticator*> AuthenticatorMap;
|
|
|