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

Unified Diff: sky/engine/platform/PlatformGestureEvent.h

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/platform/Partitions.cpp ('k') | sky/engine/platform/PlatformKeyboardEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/PlatformGestureEvent.h
diff --git a/sky/engine/platform/PlatformGestureEvent.h b/sky/engine/platform/PlatformGestureEvent.h
index 86659a0ea211c75c9d3490174c55b2b1da779095..356abc79f9478954f939fa133eeafc0c38bfd2de 100644
--- a/sky/engine/platform/PlatformGestureEvent.h
+++ b/sky/engine/platform/PlatformGestureEvent.h
@@ -26,12 +26,12 @@
#ifndef PlatformGestureEvent_h
#define PlatformGestureEvent_h
-#include "platform/PlatformEvent.h"
-#include "platform/geometry/FloatPoint.h"
-#include "platform/geometry/IntPoint.h"
-#include "platform/geometry/IntSize.h"
-#include "wtf/Assertions.h"
#include <string.h>
+#include "sky/engine/platform/PlatformEvent.h"
+#include "sky/engine/platform/geometry/FloatPoint.h"
+#include "sky/engine/platform/geometry/IntPoint.h"
+#include "sky/engine/platform/geometry/IntSize.h"
+#include "sky/engine/wtf/Assertions.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/Partitions.cpp ('k') | sky/engine/platform/PlatformKeyboardEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698