Index: win8/metro_driver/chrome_app_view_ash.cc |
diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc |
index 8fac81cf26c442b3fa849afb89f32a009d63cdff..65e07ba913e6e95a59f955e9aa68a458dbb1cd16 100644 |
--- a/win8/metro_driver/chrome_app_view_ash.cc |
+++ b/win8/metro_driver/chrome_app_view_ash.cc |
@@ -1421,7 +1421,7 @@ void ChromeAppViewAsh::StartChromeOSMode() { |
IPC::ChannelProxy::Create(win8::kMetroViewerIPCChannelName, |
IPC::Channel::MODE_NAMED_CLIENT, |
channel_listener_, |
- io_thread_->message_loop_proxy()); |
+ io_thread_->task_runner()); |
DVLOG(1) << "Created channel proxy"; |
// Upon receipt of the MetroViewerHostMsg_SetTargetSurface message the |