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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h
index d152e76..467a6d8 100644
--- a/net/url_request/https_prober.h
+++ b/net/url_request/https_prober.h
@@ -50,7 +50,7 @@ class HTTPSProber : public URLRequest::Delegate {
// false will be returned, and no other action is taken. Otherwise, a new
// probe is started, true is returned and the Delegate will be called with the
// results (true means a successful handshake).
- bool ProbeHost(const std::string& host, URLRequestContext* ctx,
+ bool ProbeHost(const std::string& host, const URLRequestContext* ctx,
HTTPSProberDelegate* delegate);
// Implementation of URLRequest::Delegate