| Index: ppapi/shared_impl/ppapi_globals.cc
|
| diff --git a/ppapi/shared_impl/ppapi_globals.cc b/ppapi/shared_impl/ppapi_globals.cc
|
| index f5166c3cab5ed4ba95d3222eababceb54e8b47da..28ed2cf16bcc771923a7ef309af468f829b7727d 100644
|
| --- a/ppapi/shared_impl/ppapi_globals.cc
|
| +++ b/ppapi/shared_impl/ppapi_globals.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/lazy_instance.h" // For testing purposes only.
|
| #include "base/logging.h"
|
| -#include "base/message_loop_proxy.h"
|
| +#include "base/message_loop/message_loop_proxy.h"
|
| #include "base/threading/thread_local.h" // For testing purposes only.
|
|
|
| namespace ppapi {
|
|
|