Index: remoting/host/pam_authorization_factory_posix.cc |
diff --git a/remoting/host/pam_authorization_factory_posix.cc b/remoting/host/pam_authorization_factory_posix.cc |
index 9409ac08a90819acae966f3b5c33619010dde831..9e675c5bee5258ea13400756655578d75a11a419 100644 |
--- a/remoting/host/pam_authorization_factory_posix.cc |
+++ b/remoting/host/pam_authorization_factory_posix.cc |
@@ -23,14 +23,14 @@ class PamAuthorizer : public protocol::Authenticator { |
virtual ~PamAuthorizer(); |
// protocol::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<protocol::ChannelAuthenticator> |
- CreateChannelAuthenticator() const OVERRIDE; |
+ CreateChannelAuthenticator() const override; |
private: |
void MaybeCheckLocalLogin(); |