Index: content/renderer/pepper/pepper_hung_plugin_filter.h |
diff --git a/content/renderer/pepper/pepper_hung_plugin_filter.h b/content/renderer/pepper/pepper_hung_plugin_filter.h |
index 286fdfa4cc8df9c9c2597fed57e2da0b2c6ec7c2..9da4f5ab05c7b01b0b03fb0bd4c17375ff665c40 100644 |
--- a/content/renderer/pepper/pepper_hung_plugin_filter.h |
+++ b/content/renderer/pepper/pepper_hung_plugin_filter.h |
@@ -84,7 +84,7 @@ class PepperHungPluginFilter |
// We don't actually use the "sync" feature of this filter. |
scoped_refptr<IPC::SyncMessageFilter> filter_; |
- scoped_refptr<base::MessageLoopProxy> io_loop_; |
+ scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; |
// The time when we start being blocked on a sync message. If there are |
// nested ones, this is the time of the outermost one. |