| Index: ppapi/proxy/ppb_message_loop_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_message_loop_proxy.cc b/ppapi/proxy/ppb_message_loop_proxy.cc
|
| index e05ec5cfd302b482fde3f20daac1671dec40ee92..7f2fc337849720be301957626cfdaeb472f288f0 100644
|
| --- a/ppapi/proxy/ppb_message_loop_proxy.cc
|
| +++ b/ppapi/proxy/ppb_message_loop_proxy.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/location.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_message_loop.h"
|
| #include "ppapi/proxy/plugin_dispatcher.h"
|
|
|