Index: net/url_request/https_prober.h |
diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h |
index b85b126c14d2675a5c91212cf420fca770f339ed..28182c4bdb920a97840a611ed9b4291623b4e8ab 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. |