Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: chrome/browser/automation/url_request_automation_job.h

Issue 5607004: net: Remove typedef net::URLRequestJob URLRequestJob; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 2 Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698