| Index: sky/engine/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/sky/engine/core/inspector/InspectorTraceEvents.cpp b/sky/engine/core/inspector/InspectorTraceEvents.cpp
|
| index f17998d25e1fc186c8a5e86d9f1e207b2bc4fbe1..c322399709d5a02913b30df100e4f3c68a37f117 100644
|
| --- a/sky/engine/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/sky/engine/core/inspector/InspectorTraceEvents.cpp
|
| @@ -2,30 +2,30 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/inspector/InspectorTraceEvents.h"
|
| -
|
| -#include "bindings/core/v8/ScriptCallStackFactory.h"
|
| -#include "bindings/core/v8/ScriptGCEvent.h"
|
| -#include "bindings/core/v8/ScriptSourceCode.h"
|
| -#include "core/events/Event.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalDOMWindow.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/inspector/IdentifiersFactory.h"
|
| -#include "core/inspector/InspectorNodeIds.h"
|
| -#include "core/inspector/ScriptCallStack.h"
|
| -#include "core/page/Page.h"
|
| -#include "core/rendering/RenderImage.h"
|
| -#include "core/rendering/RenderObject.h"
|
| -#include "platform/graphics/GraphicsLayer.h"
|
| -#include "platform/JSONValues.h"
|
| -#include "platform/network/ResourceRequest.h"
|
| -#include "platform/network/ResourceResponse.h"
|
| -#include "platform/TracedValue.h"
|
| -#include "platform/weborigin/KURL.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/inspector/InspectorTraceEvents.h"
|
| +
|
| #include <inttypes.h>
|
| +#include "sky/engine/bindings/core/v8/ScriptCallStackFactory.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptGCEvent.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptSourceCode.h"
|
| +#include "sky/engine/core/events/Event.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalDOMWindow.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/inspector/IdentifiersFactory.h"
|
| +#include "sky/engine/core/inspector/InspectorNodeIds.h"
|
| +#include "sky/engine/core/inspector/ScriptCallStack.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +#include "sky/engine/core/rendering/RenderImage.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
| +#include "sky/engine/platform/JSONValues.h"
|
| +#include "sky/engine/platform/TracedValue.h"
|
| +#include "sky/engine/platform/graphics/GraphicsLayer.h"
|
| +#include "sky/engine/platform/network/ResourceRequest.h"
|
| +#include "sky/engine/platform/network/ResourceResponse.h"
|
| +#include "sky/engine/platform/weborigin/KURL.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|