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

Unified Diff: chrome/common/net/url_request_context_getter.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 months 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/common/net/url_request_context_getter.h
diff --git a/chrome/common/net/url_request_context_getter.h b/chrome/common/net/url_request_context_getter.h
index 0c060e5576cdd021ad82eda6ea3b14ee7f84108d..8b75a74e2de38c7538de99fc74bc0409b03be078 100644
--- a/chrome/common/net/url_request_context_getter.h
+++ b/chrome/common/net/url_request_context_getter.h
@@ -20,7 +20,7 @@ class URLRequestContext;
struct URLRequestContextGetterTraits;
-// Interface for retrieving an URLRequestContext.
+// Interface for retrieving an net::URLRequestContext.
class URLRequestContextGetter
: public base::RefCountedThreadSafe<URLRequestContextGetter,
URLRequestContextGetterTraits> {
@@ -31,7 +31,7 @@ class URLRequestContextGetter
// implementations can override it.
virtual net::CookieStore* GetCookieStore();
// Returns a MessageLoopProxy corresponding to the thread on which the
- // request IO happens (the thread on which the returned URLRequestContext
+ // request IO happens (the thread on which the returned net::URLRequestContext
// may be used).
virtual scoped_refptr<base::MessageLoopProxy>
GetIOMessageLoopProxy() const = 0;

Powered by Google App Engine
This is Rietveld 408576698