Chromium Code Reviews| Index: net/url_request/url_request_http_job.cc |
| =================================================================== |
| --- net/url_request/url_request_http_job.cc (revision 50795) |
| +++ net/url_request/url_request_http_job.cc (working copy) |
| @@ -902,7 +902,7 @@ |
| continue; |
| } |
| - net::HTTPSProberDelegate* delegate = |
| + HTTPSProberDelegate* delegate = |
| new HTTPSProberDelegate(request_info_.url.host(), max_age, |
| include_subdomains, |
| ctx->transport_security_state()); |