summaryrefslogtreecommitdiffstats
path: root/src/core/ssl_host_state_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ssl_host_state_delegate_qt.h')
-rw-r--r--src/core/ssl_host_state_delegate_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ssl_host_state_delegate_qt.h b/src/core/ssl_host_state_delegate_qt.h
index 859e98fe7..3ebabb601 100644
--- a/src/core/ssl_host_state_delegate_qt.h
+++ b/src/core/ssl_host_state_delegate_qt.h
@@ -54,7 +54,7 @@ public:
bool HasAllowException() const { return m_allowed.size() > 0; }
private:
- std::map<net::SHA256HashValue, net::CertStatus, net::SHA256HashValueLessThan> m_allowed;
+ std::map<net::SHA256HashValue, net::CertStatus> m_allowed;
};
class SSLHostStateDelegateQt : public content::SSLHostStateDelegate {