Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index 8cb454fcdbe8351c360c48c409f768cf45176f8d..4f4be32b4b429636e94f20afa61e79192d790fa4 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -129,7 +129,7 @@ void PpapiThread::Shutdown() { |
bool PpapiThread::Send(IPC::Message* msg) { |
// Allow access from multiple threads. |
- if (MessageLoop::current() == message_loop()) |
+ if (base::MessageLoop::current() == message_loop()) |
return ChildThread::Send(msg); |
return sync_message_filter()->Send(msg); |