Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: sky/engine/core/inspector/InspectorTraceEvents.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/inspector/InspectorTraceEvents.h ('k') | sky/engine/core/inspector/InstrumentingAgents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « sky/engine/core/inspector/InspectorTraceEvents.h ('k') | sky/engine/core/inspector/InstrumentingAgents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698