diff options
Diffstat (limited to 'chrome/common/net/url_request_intercept_job.h')
-rw-r--r-- | chrome/common/net/url_request_intercept_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/net/url_request_intercept_job.h b/chrome/common/net/url_request_intercept_job.h index 1d84e42..581b30a 100644 --- a/chrome/common/net/url_request_intercept_job.h +++ b/chrome/common/net/url_request_intercept_job.h @@ -37,7 +37,7 @@ class URLRequestInterceptJob : public net::URLRequestJob, void OnStartCompleted(int result); void OnReadCompleted(int bytes_read); - // URLRequestJob + // net::URLRequestJob virtual void Start(); virtual void Kill(); virtual bool GetMimeType(std::string* mime_type) const; |