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

Unified Diff: sky/engine/core/rendering/style/BasicShapes.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/rendering/style/BasicShapes.h ('k') | sky/engine/core/rendering/style/BorderData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/style/BasicShapes.cpp
diff --git a/sky/engine/core/rendering/style/BasicShapes.cpp b/sky/engine/core/rendering/style/BasicShapes.cpp
index b6bbeae4b9105d056fd5b71b34602bff82d8f23d..cdf93e3eb7e245a7fef30fd56ebfa908d0b1181a 100644
--- a/sky/engine/core/rendering/style/BasicShapes.cpp
+++ b/sky/engine/core/rendering/style/BasicShapes.cpp
@@ -27,14 +27,14 @@
* SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/rendering/style/BasicShapes.h"
-
-#include "core/css/BasicShapeFunctions.h"
-#include "platform/CalculationValue.h"
-#include "platform/LengthFunctions.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/graphics/Path.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/rendering/style/BasicShapes.h"
+
+#include "sky/engine/core/css/BasicShapeFunctions.h"
+#include "sky/engine/platform/CalculationValue.h"
+#include "sky/engine/platform/LengthFunctions.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/graphics/Path.h"
namespace blink {
« no previous file with comments | « sky/engine/core/rendering/style/BasicShapes.h ('k') | sky/engine/core/rendering/style/BorderData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698