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

Unified Diff: sky/engine/core/rendering/EllipsisBox.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/EllipsisBox.h ('k') | sky/engine/core/rendering/FilterEffectRenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/EllipsisBox.cpp
diff --git a/sky/engine/core/rendering/EllipsisBox.cpp b/sky/engine/core/rendering/EllipsisBox.cpp
index 01ebc3d1bb54d0df2b82b244a6babb8aa8036549..86e63d1e8d32ce3a911cd0190297c8c281ef1558 100644
--- a/sky/engine/core/rendering/EllipsisBox.cpp
+++ b/sky/engine/core/rendering/EllipsisBox.cpp
@@ -17,19 +17,19 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/rendering/EllipsisBox.h"
-
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/InlineTextBox.h"
-#include "core/rendering/PaintInfo.h"
-#include "core/rendering/RenderBlock.h"
-#include "core/rendering/RootInlineBox.h"
-#include "core/rendering/TextRunConstructor.h"
-#include "core/rendering/style/ShadowList.h"
-#include "platform/fonts/Font.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
-#include "platform/text/TextRun.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/rendering/EllipsisBox.h"
+
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/InlineTextBox.h"
+#include "sky/engine/core/rendering/PaintInfo.h"
+#include "sky/engine/core/rendering/RenderBlock.h"
+#include "sky/engine/core/rendering/RootInlineBox.h"
+#include "sky/engine/core/rendering/TextRunConstructor.h"
+#include "sky/engine/core/rendering/style/ShadowList.h"
+#include "sky/engine/platform/fonts/Font.h"
+#include "sky/engine/platform/graphics/GraphicsContextStateSaver.h"
+#include "sky/engine/platform/text/TextRun.h"
namespace blink {
« no previous file with comments | « sky/engine/core/rendering/EllipsisBox.h ('k') | sky/engine/core/rendering/FilterEffectRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698