Index: chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
diff --git a/chrome/browser/ssl/chrome_ssl_host_state_delegate.h b/chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
index 4855204cb47a496d22168a7fcc0a9d48b51971ae..4ac81efb43eb853f124470e41219be5b25f7ffa6 100644 |
--- a/chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
+++ b/chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
@@ -29,16 +29,16 @@ class ChromeSSLHostStateDelegate : public content::SSLHostStateDelegate { |
// SSLHostStateDelegate: |
virtual void AllowCert(const std::string& host, |
const net::X509Certificate& cert, |
- net::CertStatus error) OVERRIDE; |
- virtual void Clear() OVERRIDE; |
+ net::CertStatus error) override; |
+ virtual void Clear() override; |
virtual CertJudgment QueryPolicy(const std::string& host, |
const net::X509Certificate& cert, |
net::CertStatus error, |
- bool* expired_previous_decision) OVERRIDE; |
+ bool* expired_previous_decision) override; |
virtual void HostRanInsecureContent(const std::string& host, |
- int pid) OVERRIDE; |
+ int pid) override; |
virtual bool DidHostRunInsecureContent(const std::string& host, |
- int pid) const OVERRIDE; |
+ int pid) const override; |
// Revokes all SSL certificate error allow exceptions made by the user for |
// |host| in the given Profile. |