| Index: remoting/protocol/third_party_authenticator_base.h
|
| diff --git a/remoting/protocol/third_party_authenticator_base.h b/remoting/protocol/third_party_authenticator_base.h
|
| index f1e1df669a11cbbe0d990874e7fb1281bf8bc865..de1898eac8e7e77d965de6597601cf1c05ba1734 100644
|
| --- a/remoting/protocol/third_party_authenticator_base.h
|
| +++ b/remoting/protocol/third_party_authenticator_base.h
|
| @@ -35,14 +35,14 @@ class ThirdPartyAuthenticatorBase : public Authenticator {
|
| virtual ~ThirdPartyAuthenticatorBase();
|
|
|
| // 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;
|
|
|
| protected:
|
| // XML tag names for third party authentication fields.
|
|
|