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

Unified Diff: chrome/browser/appcache/appcache_dispatcher_host.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/appcache/appcache_dispatcher_host.h
diff --git a/chrome/browser/appcache/appcache_dispatcher_host.h b/chrome/browser/appcache/appcache_dispatcher_host.h
index 1feca77648957c8454ff5c62db719b4ff326585d..527a30647327118f1adf68142983f6401b8527d2 100644
--- a/chrome/browser/appcache/appcache_dispatcher_host.h
+++ b/chrome/browser/appcache/appcache_dispatcher_host.h
@@ -79,7 +79,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
appcache::AppCacheBackendImpl backend_impl_;
// Temporary until OnChannelConnected() can be called from the IO thread,
- // which will extract the AppCacheService from the URLRequestContext.
+ // which will extract the AppCacheService from the net::URLRequestContext.
scoped_refptr<net::URLRequestContext> request_context_;
scoped_refptr<URLRequestContextGetter> request_context_getter_;
« no previous file with comments | « no previous file | chrome/browser/appcache/appcache_dispatcher_host.cc » ('j') | net/proxy/init_proxy_resolver_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698