Index: ppapi/nacl_irt/ppapi_dispatcher.h |
diff --git a/ppapi/nacl_irt/ppapi_dispatcher.h b/ppapi/nacl_irt/ppapi_dispatcher.h |
index c03b8b0f01f13744305ed6297444a33f32d4e263..e84d6ccf729bf871f381cd348f6370a57b358356 100644 |
--- a/ppapi/nacl_irt/ppapi_dispatcher.h |
+++ b/ppapi/nacl_irt/ppapi_dispatcher.h |
@@ -52,7 +52,7 @@ class PpapiDispatcher : public proxy::PluginDispatcher::PluginDelegate, |
int renderer_ipc_fd); |
// PluginDispatcher::PluginDelegate implementation. |
- base::MessageLoopProxy* GetIPCMessageLoop() override; |
+ base::SingleThreadTaskRunner* GetIPCTaskRunner() override; |
base::WaitableEvent* GetShutdownEvent() override; |
IPC::PlatformFileForTransit ShareHandleWithRemote( |
base::PlatformFile handle, |