Index: remoting/protocol/negotiating_authenticator_base.h |
diff --git a/remoting/protocol/negotiating_authenticator_base.h b/remoting/protocol/negotiating_authenticator_base.h |
index fabd517562e9e05db09c1436f443d744841dd91e..e213a2d9e1aced367aca517ff26a064de079c49b 100644 |
--- a/remoting/protocol/negotiating_authenticator_base.h |
+++ b/remoting/protocol/negotiating_authenticator_base.h |
@@ -63,11 +63,11 @@ class NegotiatingAuthenticatorBase : public Authenticator { |
virtual ~NegotiatingAuthenticatorBase(); |
// Authenticator interface. |
- virtual State state() const OVERRIDE; |
- virtual bool started() const OVERRIDE; |
- virtual RejectionReason rejection_reason() const OVERRIDE; |
+ virtual State state() const override; |
+ virtual bool started() const override; |
+ virtual RejectionReason rejection_reason() const override; |
virtual scoped_ptr<ChannelAuthenticator> |
- CreateChannelAuthenticator() const OVERRIDE; |
+ CreateChannelAuthenticator() const override; |
// Calls |current_authenticator_| to process |message|, passing the supplied |
// |resume_callback|. |