summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/v2_authenticator.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/v2_authenticator.h')
-rw-r--r--remoting/protocol/v2_authenticator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/remoting/protocol/v2_authenticator.h b/remoting/protocol/v2_authenticator.h
index b52a3e1..6ba3373 100644
--- a/remoting/protocol/v2_authenticator.h
+++ b/remoting/protocol/v2_authenticator.h
@@ -37,14 +37,14 @@ class V2Authenticator : public Authenticator {
virtual ~V2Authenticator();
// 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 void ProcessMessage(const buzz::XmlElement* message,
- const base::Closure& resume_callback) OVERRIDE;
- virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
+ const base::Closure& resume_callback) override;
+ virtual scoped_ptr<buzz::XmlElement> GetNextMessage() override;
virtual scoped_ptr<ChannelAuthenticator>
- CreateChannelAuthenticator() const OVERRIDE;
+ CreateChannelAuthenticator() const override;
private:
FRIEND_TEST_ALL_PREFIXES(V2AuthenticatorTest, InvalidSecret);