| 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_;
|
|
|
|
|