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

Unified Diff: content/browser/ssl/ssl_cert_error_handler.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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 | « content/browser/speech/speech_recognizer.h ('k') | content/browser/ssl/ssl_client_auth_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ssl/ssl_cert_error_handler.h
diff --git a/content/browser/ssl/ssl_cert_error_handler.h b/content/browser/ssl/ssl_cert_error_handler.h
index e7beb2b6ec6e2114a97bdeb053433d3607077247..aa25b920a451d55b7788b970fc1dfe2af9c1b409 100644
--- a/content/browser/ssl/ssl_cert_error_handler.h
+++ b/content/browser/ssl/ssl_cert_error_handler.h
@@ -23,7 +23,7 @@ class SSLCertErrorHandler : public SSLErrorHandler {
const net::SSLInfo& ssl_info,
bool is_hsts_host);
- virtual SSLCertErrorHandler* AsSSLCertErrorHandler();
+ virtual SSLCertErrorHandler* AsSSLCertErrorHandler() OVERRIDE;
// These accessors are available on either thread
const net::SSLInfo& ssl_info() const { return ssl_info_; }
@@ -32,8 +32,8 @@ class SSLCertErrorHandler : public SSLErrorHandler {
protected:
// SSLErrorHandler methods
- virtual void OnDispatchFailed();
- virtual void OnDispatched();
+ virtual void OnDispatchFailed() OVERRIDE;
+ virtual void OnDispatched() OVERRIDE;
private:
virtual ~SSLCertErrorHandler();
« no previous file with comments | « content/browser/speech/speech_recognizer.h ('k') | content/browser/ssl/ssl_client_auth_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698