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

Unified Diff: chrome/browser/file_system/file_system_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/file_system/file_system_dispatcher_host.h
diff --git a/chrome/browser/file_system/file_system_dispatcher_host.h b/chrome/browser/file_system/file_system_dispatcher_host.h
index 865ef70b5fc596fa3ba761d1a067a2020fdceb98..365c0494c72e40c788a767f3523f20471b50f026 100644
--- a/chrome/browser/file_system/file_system_dispatcher_host.h
+++ b/chrome/browser/file_system/file_system_dispatcher_host.h
@@ -94,7 +94,7 @@ class FileSystemDispatcherHost : public BrowserMessageFilter {
OperationsMap operations_;
// This holds the URLRequestContextGetter until Init() can be called from the
- // IO thread, which will extract the URLRequestContext from it.
+ // IO thread, which will extract the net::URLRequestContext from it.
scoped_refptr<URLRequestContextGetter> request_context_getter_;
scoped_refptr<net::URLRequestContext> request_context_;

Powered by Google App Engine
This is Rietveld 408576698