Index: chrome/common/net/url_request_intercept_job.h |
diff --git a/chrome/common/net/url_request_intercept_job.h b/chrome/common/net/url_request_intercept_job.h |
index 1d84e4209bb57ee556e196fc09c6c9744f4e42a0..581b30a836988b207f838483f5cc9c188efb516d 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; |