Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: ppapi/proxy/ppb_message_loop_proxy.h

Issue 14273043: ppapi: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698