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

Unified Diff: sky/engine/core/page/TouchAdjustment.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/page/TouchAdjustment.h ('k') | sky/engine/core/page/TouchDisambiguation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/TouchAdjustment.cpp
diff --git a/sky/engine/core/page/TouchAdjustment.cpp b/sky/engine/core/page/TouchAdjustment.cpp
index 191670cfd22727f9946f6808aa017e7d2301a572..64182b648c1e2e3649def80e894145eeede1634d 100644
--- a/sky/engine/core/page/TouchAdjustment.cpp
+++ b/sky/engine/core/page/TouchAdjustment.cpp
@@ -17,25 +17,25 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-
-#include "core/page/TouchAdjustment.h"
-
-#include "core/dom/ContainerNode.h"
-#include "core/dom/Node.h"
-#include "core/dom/NodeRenderStyle.h"
-#include "core/dom/Text.h"
-#include "core/editing/Editor.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/rendering/RenderBox.h"
-#include "core/rendering/RenderObject.h"
-#include "core/rendering/RenderText.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "platform/geometry/FloatPoint.h"
-#include "platform/geometry/FloatQuad.h"
-#include "platform/geometry/IntSize.h"
-#include "platform/text/TextBreakIterator.h"
+#include "sky/engine/config.h"
+
+#include "sky/engine/core/page/TouchAdjustment.h"
+
+#include "sky/engine/core/dom/ContainerNode.h"
+#include "sky/engine/core/dom/Node.h"
+#include "sky/engine/core/dom/NodeRenderStyle.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/rendering/RenderBox.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/core/rendering/RenderText.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/platform/geometry/FloatPoint.h"
+#include "sky/engine/platform/geometry/FloatQuad.h"
+#include "sky/engine/platform/geometry/IntSize.h"
+#include "sky/engine/platform/text/TextBreakIterator.h"
namespace blink {
« no previous file with comments | « sky/engine/core/page/TouchAdjustment.h ('k') | sky/engine/core/page/TouchDisambiguation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698