| Index: remoting/protocol/negotiating_client_authenticator.h
|
| diff --git a/remoting/protocol/negotiating_client_authenticator.h b/remoting/protocol/negotiating_client_authenticator.h
|
| index 05a8b174027d599b406dad1b75ddf45be5937ece..c110a8592072573147c2d1514274dc06572d27f1 100644
|
| --- a/remoting/protocol/negotiating_client_authenticator.h
|
| +++ b/remoting/protocol/negotiating_client_authenticator.h
|
| @@ -36,8 +36,8 @@ class NegotiatingClientAuthenticator : 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:
|
| // (Asynchronously) creates an authenticator, and stores it in
|
|
|