| Index: ppapi/shared_impl/ppb_instance_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_instance_shared.cc b/ppapi/shared_impl/ppb_instance_shared.cc
|
| index 49b865a47e50b443994cb160bc33d0350e918903..53f4fb7cd5d08f74a6fc7abbbf3489def857a948 100644
|
| --- a/ppapi/shared_impl/ppb_instance_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_instance_shared.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_input_event.h"
|
| #include "ppapi/shared_impl/ppapi_globals.h"
|
|
|