| Index: ppapi/proxy/plugin_main_nacl.cc
|
| diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
|
| index d3886f699dbc7d65c04ecdcd93169d31c8d2c970..04d9be356485bcbd60fe60be13cc9f19620539a0 100644
|
| --- a/ppapi/proxy/plugin_main_nacl.cc
|
| +++ b/ppapi/proxy/plugin_main_nacl.cc
|
| @@ -14,7 +14,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| -#include "content/components/tracing/child_trace_message_filter.h"
|
| +#include "components/tracing/child_trace_message_filter.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_logging.h"
|
| #include "ipc/ipc_message.h"
|
| @@ -106,7 +106,7 @@ PpapiDispatcher::PpapiDispatcher(scoped_refptr<base::MessageLoopProxy> io_loop)
|
| "NaCl IPC", base::FileDescriptor(NACL_IPC_FD, false));
|
| InitWithChannel(this, channel_handle, false); // Channel is server.
|
| channel()->AddFilter(
|
| - new content::ChildTraceMessageFilter(message_loop_));
|
| + new components::ChildTraceMessageFilter(message_loop_));
|
| }
|
|
|
| base::MessageLoopProxy* PpapiDispatcher::GetIPCMessageLoop() {
|
|
|