summaryrefslogtreecommitdiffstats
path: root/net/url_request/https_prober.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/https_prober.h')
-rw-r--r--net/url_request/https_prober.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h
index b85b126..28182c4 100644
--- a/net/url_request/https_prober.h
+++ b/net/url_request/https_prober.h
@@ -33,7 +33,8 @@ class HTTPSProberDelegate {
// transparently upgrading from HTTP to HTTPS (for example, for SPDY).
class HTTPSProber : public URLRequest::Delegate {
public:
- HTTPSProber() {}
+ HTTPSProber();
+ ~HTTPSProber();
// HaveProbed returns true if the given host is known to have been probed
// since the browser was last started.