Index: remoting/protocol/third_party_client_authenticator.h |
diff --git a/remoting/protocol/third_party_client_authenticator.h b/remoting/protocol/third_party_client_authenticator.h |
index b603d381165a8876a08d9556678e25be373c6632..ac0bd950fac143a62e6ae6ae2bd6ea7013ea2d4c 100644 |
--- a/remoting/protocol/third_party_client_authenticator.h |
+++ b/remoting/protocol/third_party_client_authenticator.h |
@@ -64,8 +64,8 @@ class ThirdPartyClientAuthenticator : public ThirdPartyAuthenticatorBase { |
// ThirdPartyAuthenticator implementation. |
virtual void ProcessTokenMessage( |
const buzz::XmlElement* message, |
- const base::Closure& resume_callback) OVERRIDE; |
- virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE; |
+ const base::Closure& resume_callback) override; |
+ virtual void AddTokenElements(buzz::XmlElement* message) override; |
private: |
void OnThirdPartyTokenFetched(const base::Closure& resume_callback, |