| Index: Source/core/inspector/TraceEventDispatcher.h
|
| diff --git a/Source/core/inspector/TraceEventDispatcher.h b/Source/core/inspector/TraceEventDispatcher.h
|
| index 5fae9a8602d79902d33546dd62a85d73b7d39268..dad97ae1d96458513569e002fb12193879005784 100644
|
| --- a/Source/core/inspector/TraceEventDispatcher.h
|
| +++ b/Source/core/inspector/TraceEventDispatcher.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef TraceEventDispatcher_h
|
| #define TraceEventDispatcher_h
|
|
|
| -#include "platform/TraceEvent.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Threading.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| +#include "wtf/TraceEvent.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|