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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.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/browser/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index 471c60a7a3bf8fe5ead898b6cf28bcf04222dff5..bfc0ca68334c578bfa197c3e698d9e176dca9f92 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -24,7 +24,7 @@ class URLRequestContext;
// will not interfere with browser UI.
class ResourceMessageFilter : public BrowserMessageFilter {
public:
- // Allows overriding the URLRequestContext used to service requests.
+ // Allows overriding the net::URLRequestContext used to service requests.
class URLRequestContextOverride
: public base::RefCountedThreadSafe<URLRequestContextOverride> {
public:
@@ -49,7 +49,7 @@ class ResourceMessageFilter : public BrowserMessageFilter {
virtual bool OnMessageReceived(const IPC::Message& message,
bool* message_was_ok);
- // Returns the URLRequestContext for the given request.
+ // Returns the net::URLRequestContext for the given request.
ChromeURLRequestContext* GetURLRequestContext(
uint32 request_id, ResourceType::Type resource_type);

Powered by Google App Engine
This is Rietveld 408576698