Index: chrome/browser/ssl/ssl_policy_backend.h |
diff --git a/chrome/browser/ssl/ssl_policy_backend.h b/chrome/browser/ssl/ssl_policy_backend.h |
index ee80d5b93b02c3ddd51762820a311e17d82a41db..4059df76ab4ca85442d6f09a8f6131c4d83a3422 100644 |
--- a/chrome/browser/ssl/ssl_policy_backend.h |
+++ b/chrome/browser/ssl/ssl_policy_backend.h |
@@ -42,7 +42,7 @@ class SSLPolicyBackend { |
void AllowCertForHost(net::X509Certificate* cert, const std::string& host); |
// Queries whether |cert| is allowed or denied for |host|. |
- net::X509Certificate::Policy::Judgment QueryPolicy( |
+ net::CertPolicy::Judgment QueryPolicy( |
net::X509Certificate* cert, const std::string& host); |
// Shows the pending messages (in info-bars) if any. |