| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index 641a449259f5c843064cd73921e6e7bd65e2ecca..ccb77eafd4f3dda69d474202e39545f5249b5b0d 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -35,9 +35,9 @@
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorFrontend.h"
|
| #include "InspectorValues.h"
|
| -#include "PlatformInstrumentation.h"
|
| #include "ScriptGCEvent.h"
|
| #include "ScriptGCEventListener.h"
|
| +#include "core/platform/PlatformInstrumentation.h"
|
| #include "core/platform/graphics/LayoutRect.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
|
|