Index: ios/web/shell/shell_browser_state.mm |
diff --git a/ios/web/shell/shell_browser_state.mm b/ios/web/shell/shell_browser_state.mm |
index 08f5a2574be8f03bb98a9dc0407906cb92b3d1ae..4702b1b55e502e9301442ef54ed884ecf0891f59 100644 |
--- a/ios/web/shell/shell_browser_state.mm |
+++ b/ios/web/shell/shell_browser_state.mm |
@@ -20,9 +20,9 @@ |
request_context_getter_ = new ShellURLRequestContextGetter( |
GetStatePath(), |
- web::WebThread::GetTaskRunnerForThread(web::WebThread::IO), |
- web::WebThread::GetTaskRunnerForThread(web::WebThread::FILE), |
- web::WebThread::GetTaskRunnerForThread(web::WebThread::CACHE)); |
+ web::WebThread::GetMessageLoopProxyForThread(web::WebThread::IO), |
+ web::WebThread::GetMessageLoopProxyForThread(web::WebThread::FILE), |
+ web::WebThread::GetMessageLoopProxyForThread(web::WebThread::CACHE)); |
} |
ShellBrowserState::~ShellBrowserState() { |