Index: net/url_request/https_prober.cc |
diff --git a/net/url_request/https_prober.cc b/net/url_request/https_prober.cc |
index a7163ba5b758b71b28705809a5f3e503cbab9005..d69eaf3a22b3c8108893d9c792bc9a955a4591e4 100644 |
--- a/net/url_request/https_prober.cc |
+++ b/net/url_request/https_prober.cc |
@@ -9,6 +9,12 @@ |
namespace net { |
+HTTPSProber::HTTPSProber() { |
+} |
+ |
+HTTPSProber::~HTTPSProber() { |
+} |
+ |
bool HTTPSProber::HaveProbed(const std::string& host) const { |
return probed_.find(host) != probed_.end(); |
} |