| Index: chrome/browser/net/chrome_url_request_context_getter.h
|
| diff --git a/chrome/browser/net/chrome_url_request_context_getter.h b/chrome/browser/net/chrome_url_request_context_getter.h
|
| index 9193a41f7af4a2adb126ff945d5d063807fe7c03..d0337fe50388ae7f6ad682b3fa2eaab72a83a99a 100644
|
| --- a/chrome/browser/net/chrome_url_request_context_getter.h
|
| +++ b/chrome/browser/net/chrome_url_request_context_getter.h
|
| @@ -35,7 +35,7 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter {
|
|
|
| // Note that GetURLRequestContext() can only be called from the IO
|
| // thread (it will assert otherwise).
|
| - // GetIOMessageLoopProxy however can be called from any thread.
|
| + // GetIOTaskRunner however can be called from any thread.
|
| //
|
| // net::URLRequestContextGetter implementation.
|
| net::URLRequestContext* GetURLRequestContext() override;
|
|
|