| Index: chrome/browser/automation/url_request_automation_job.h
|
| diff --git a/chrome/browser/automation/url_request_automation_job.h b/chrome/browser/automation/url_request_automation_job.h
|
| index 9928fd3ddb617b96b254fb1e55b219bd84af9bb0..0c930ba89bdf9233bf38c72a9b09d935e3aeb117 100644
|
| --- a/chrome/browser/automation/url_request_automation_job.h
|
| +++ b/chrome/browser/automation/url_request_automation_job.h
|
| @@ -24,7 +24,7 @@ class Message;
|
| struct AutomationURLResponse;
|
| }
|
|
|
| -// URLRequestJob implementation that loads the resources using
|
| +// net::URLRequestJob implementation that loads the resources using
|
| // automation.
|
| class URLRequestAutomationJob : public net::URLRequestJob {
|
| public:
|
| @@ -37,7 +37,7 @@ class URLRequestAutomationJob : public net::URLRequestJob {
|
|
|
| static net::URLRequest::ProtocolFactory Factory;
|
|
|
| - // URLRequestJob methods.
|
| + // net::URLRequestJob methods.
|
| virtual void Start();
|
| virtual void Kill();
|
| virtual bool GetMimeType(std::string* mime_type) const;
|
| @@ -73,7 +73,7 @@ class URLRequestAutomationJob : public net::URLRequestJob {
|
| AutomationResourceMessageFilter* new_filter);
|
|
|
| protected:
|
| - // Protected URLRequestJob override.
|
| + // Protected net::URLRequestJob override.
|
| virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int* bytes_read);
|
|
|
| void StartAsync();
|
|
|