Index: ppapi/proxy/ppb_message_loop_proxy.h |
diff --git a/ppapi/proxy/ppb_message_loop_proxy.h b/ppapi/proxy/ppb_message_loop_proxy.h |
index 3fa76743692c1d7a92daac1ff3dde9e073b655ba..8bec5a76864ac8d4b3b156fc213ef99734b8afb8 100644 |
--- a/ppapi/proxy/ppb_message_loop_proxy.h |
+++ b/ppapi/proxy/ppb_message_loop_proxy.h |
@@ -70,7 +70,7 @@ class PPAPI_PROXY_EXPORT MessageLoopResource : public MessageLoopShared { |
// that it's created on the thread it will run on. NULL for the main thread |
// loop, since that's owned by somebody else. This is needed for Run and Quit. |
// Any time we post tasks, we should post them using loop_proxy_. |
- scoped_ptr<MessageLoop> loop_; |
+ scoped_ptr<base::MessageLoop> loop_; |
scoped_refptr<base::MessageLoopProxy> loop_proxy_; |
// Number of invocations of Run currently on the stack. |