Index: remoting/protocol/negotiating_host_authenticator.h |
diff --git a/remoting/protocol/negotiating_host_authenticator.h b/remoting/protocol/negotiating_host_authenticator.h |
index cb5b1609489c9063949c8301a1045b7c46abce4f..8a8217c79ec4cc0c66767529f20fff8bc4e30752 100644 |
--- a/remoting/protocol/negotiating_host_authenticator.h |
+++ b/remoting/protocol/negotiating_host_authenticator.h |
@@ -47,8 +47,8 @@ class NegotiatingHostAuthenticator : public NegotiatingAuthenticatorBase { |
// Overriden from Authenticator. |
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; |
private: |
NegotiatingHostAuthenticator( |