Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3588)

Unified Diff: remoting/protocol/third_party_host_authenticator.h

Issue 638213002: remove more OVERRIDE instances in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/third_party_client_authenticator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/third_party_host_authenticator.h
diff --git a/remoting/protocol/third_party_host_authenticator.h b/remoting/protocol/third_party_host_authenticator.h
index 1438f684d95bc23b62c3f8705aa1098b5463b4c5..0ebc592574aa88d908ed81df0d5c33711e5677b0 100644
--- a/remoting/protocol/third_party_host_authenticator.h
+++ b/remoting/protocol/third_party_host_authenticator.h
@@ -41,8 +41,8 @@ class ThirdPartyHostAuthenticator : 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 OnThirdPartyTokenValidated(const buzz::XmlElement* message,
« no previous file with comments | « remoting/protocol/third_party_client_authenticator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698