| Index: remoting/host/pam_authorization_factory_posix.h
 | 
| diff --git a/remoting/host/pam_authorization_factory_posix.h b/remoting/host/pam_authorization_factory_posix.h
 | 
| index 7219698b58e6a9c011f18fe7215a42283aad085f..7931dcf3a64dc3a6961d6e2dea5287f7146b3000 100644
 | 
| --- a/remoting/host/pam_authorization_factory_posix.h
 | 
| +++ b/remoting/host/pam_authorization_factory_posix.h
 | 
| @@ -23,7 +23,7 @@ class PamAuthorizationFactory : public protocol::AuthenticatorFactory {
 | 
|    virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
 | 
|        const std::string& local_jid,
 | 
|        const std::string& remote_jid,
 | 
| -      const buzz::XmlElement* first_message) OVERRIDE;
 | 
| +      const buzz::XmlElement* first_message) override;
 | 
|  
 | 
|   private:
 | 
|    scoped_ptr<protocol::AuthenticatorFactory> underlying_;
 | 
| 
 |