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

Unified Diff: net/url_request/url_request_job_manager.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
« no previous file with comments | « net/url_request/url_request_job.cc ('k') | net/url_request/url_request_job_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_manager.h
diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h
index 1e56b120003647fba5394179b85f1f918806cfc7..0fb18ba2c2f37c2be342de52d8329f1a6c8d405a 100644
--- a/net/url_request/url_request_job_manager.h
+++ b/net/url_request/url_request_job_manager.h
@@ -17,7 +17,7 @@
template <typename T> struct DefaultSingletonTraits;
// This class is responsible for managing the set of protocol factories and
-// request interceptors that determine how an URLRequestJob gets created to
+// request interceptors that determine how an net::URLRequestJob gets created to
// handle an net::URLRequest.
//
// MULTI-THREADING NOTICE:
@@ -32,7 +32,7 @@ class URLRequestJobManager {
// Returns the singleton instance.
static URLRequestJobManager* GetInstance();
- // Instantiate an URLRequestJob implementation based on the registered
+ // Instantiate an net::URLRequestJob implementation based on the registered
// interceptors and protocol factories. This will always succeed in
// returning a job unless we are--in the extreme case--out of memory.
net::URLRequestJob* CreateJob(net::URLRequest* request) const;
« no previous file with comments | « net/url_request/url_request_job.cc ('k') | net/url_request/url_request_job_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698