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

Unified Diff: sky/engine/core/rendering/InlineBox.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/InlineBox.h ('k') | sky/engine/core/rendering/InlineFlowBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/InlineBox.cpp
diff --git a/sky/engine/core/rendering/InlineBox.cpp b/sky/engine/core/rendering/InlineBox.cpp
index 1f794c9dab53492630ae4937056dd3845baadca0..e6483fe54745fc047cc4aee64f913880ef0d86b1 100644
--- a/sky/engine/core/rendering/InlineBox.cpp
+++ b/sky/engine/core/rendering/InlineBox.cpp
@@ -17,16 +17,16 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/rendering/InlineBox.h"
-
-#include "core/rendering/InlineFlowBox.h"
-#include "core/rendering/PaintInfo.h"
-#include "core/rendering/RenderBlockFlow.h"
-#include "core/rendering/RenderObjectInlines.h"
-#include "core/rendering/RootInlineBox.h"
-#include "platform/Partitions.h"
-#include "platform/fonts/FontMetrics.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/rendering/InlineBox.h"
+
+#include "sky/engine/core/rendering/InlineFlowBox.h"
+#include "sky/engine/core/rendering/PaintInfo.h"
+#include "sky/engine/core/rendering/RenderBlockFlow.h"
+#include "sky/engine/core/rendering/RenderObjectInlines.h"
+#include "sky/engine/core/rendering/RootInlineBox.h"
+#include "sky/engine/platform/Partitions.h"
+#include "sky/engine/platform/fonts/FontMetrics.h"
#ifndef NDEBUG
#include <stdio.h>
« no previous file with comments | « sky/engine/core/rendering/InlineBox.h ('k') | sky/engine/core/rendering/InlineFlowBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698