| Index: net/url_request/url_request_http_job.h
|
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
|
| index d4e37f6f583de973bcbff51956601ff0e282a53c..0d12486d77ae8a5b506535980b92dd306b05a04d 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -25,7 +25,7 @@ class HttpResponseInfo;
|
| class HttpTransaction;
|
| class URLRequestContext;
|
|
|
| -// A net::URLRequestJob subclass that is built on top of HttpTransaction. It
|
| +// A URLRequestJob subclass that is built on top of HttpTransaction. It
|
| // provides an implementation for both HTTP and HTTPS.
|
| class URLRequestHttpJob : public URLRequestJob {
|
| public:
|
| @@ -141,7 +141,7 @@ class URLRequestHttpJob : public URLRequestJob {
|
| explicit HttpFilterContext(URLRequestHttpJob* job);
|
| virtual ~HttpFilterContext();
|
|
|
| - // net::FilterContext implementation.
|
| + // FilterContext implementation.
|
| virtual bool GetMimeType(std::string* mime_type) const;
|
| virtual bool GetURL(GURL* gurl) const;
|
| virtual base::Time GetRequestTime() const;
|
|
|