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 e4e6480db2f79a503247ecb95c448791b4b6fcf6..ba8e184029a62b113f67a751af80e2fed796aeb4 100644 |
--- a/chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
+++ b/chrome/browser/ssl/chrome_ssl_host_state_delegate.h |
@@ -41,7 +41,7 @@ class ChromeSSLHostStateDelegate : public content::SSLHostStateDelegate { |
// Revokes all SSL certificate error allow exceptions made by the user for |
// |host| in the given Profile. |
- virtual void RevokeUserAllowExceptions(const std::string& host); |
+ void RevokeUserAllowExceptions(const std::string& host) override; |
// RevokeUserAllowExceptionsHard is the same as RevokeUserAllowExceptions but |
// additionally may close idle connections in the process. This should be used |