| Index: Source/core/inspector/TimelineRecordFactory.cpp
|
| diff --git a/Source/core/inspector/TimelineRecordFactory.cpp b/Source/core/inspector/TimelineRecordFactory.cpp
|
| index a1a27ea8f5f70b3a6f4f791f64b85223a0379026..57a539eeffdd3f202924b9660aeb9206e024fb0f 100644
|
| --- a/Source/core/inspector/TimelineRecordFactory.cpp
|
| +++ b/Source/core/inspector/TimelineRecordFactory.cpp
|
| @@ -34,11 +34,11 @@
|
| #include "bindings/v8/ScriptCallStackFactory.h"
|
| #include "core/events/Event.h"
|
| #include "core/inspector/ScriptCallStack.h"
|
| -#include "core/platform/graphics/FloatQuad.h"
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| #include "core/platform/network/ResourceRequest.h"
|
| #include "core/platform/network/ResourceResponse.h"
|
| #include "platform/JSONValues.h"
|
| +#include "platform/geometry/FloatQuad.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| namespace WebCore {
|
|
|