| Index: ppapi/shared_impl/ppb_trace_event_impl.cc
|
| diff --git a/ppapi/shared_impl/ppb_trace_event_impl.cc b/ppapi/shared_impl/ppb_trace_event_impl.cc
|
| index 6db821ff135c0da38a4e4912fe30a7e4ae05190f..c31194240c68774edc4a6c4243226f2380707327 100644
|
| --- a/ppapi/shared_impl/ppb_trace_event_impl.cc
|
| +++ b/ppapi/shared_impl/ppb_trace_event_impl.cc
|
| @@ -5,8 +5,8 @@
|
| #include "ppapi/shared_impl/ppb_trace_event_impl.h"
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "ppapi/thunk/thunk.h"
|
|
|
| namespace ppapi {
|
|
|