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

Unified Diff: sky/engine/platform/LayoutUnit.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/LayoutTestSupport.cpp ('k') | sky/engine/platform/LayoutUnitTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/LayoutUnit.h
diff --git a/sky/engine/platform/LayoutUnit.h b/sky/engine/platform/LayoutUnit.h
index 2e033dda36fb13430d303acc3e4df9c6689d1d7a..abace2c7f8bd08d5973a51bc131a7db8ee577bc0 100644
--- a/sky/engine/platform/LayoutUnit.h
+++ b/sky/engine/platform/LayoutUnit.h
@@ -31,12 +31,12 @@
#ifndef LayoutUnit_h
#define LayoutUnit_h
-#include "wtf/Assertions.h"
-#include "wtf/MathExtras.h"
-#include "wtf/SaturatedArithmetic.h"
#include <limits.h>
-#include <limits>
#include <stdlib.h>
+#include <limits>
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/SaturatedArithmetic.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/LayoutTestSupport.cpp ('k') | sky/engine/platform/LayoutUnitTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698