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

Unified Diff: sky/engine/core/editing/FrameSelection.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/core/editing/EditorKeyBindings.cpp ('k') | sky/engine/core/editing/FrameSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/FrameSelection.h
diff --git a/sky/engine/core/editing/FrameSelection.h b/sky/engine/core/editing/FrameSelection.h
index aa777d9549d88964cde710112ca0bfa480d2804b..91f1b0fef3b6d8e273b5b62c0819d1471ab010ee 100644
--- a/sky/engine/core/editing/FrameSelection.h
+++ b/sky/engine/core/editing/FrameSelection.h
@@ -26,16 +26,16 @@
#ifndef FrameSelection_h
#define FrameSelection_h
-#include "core/dom/Range.h"
-#include "core/editing/Caret.h"
-#include "core/editing/EditingStyle.h"
-#include "core/editing/VisibleSelection.h"
-#include "core/rendering/ScrollAlignment.h"
-#include "platform/Timer.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/geometry/LayoutRect.h"
-#include "platform/heap/Handle.h"
-#include "wtf/Noncopyable.h"
+#include "sky/engine/core/dom/Range.h"
+#include "sky/engine/core/editing/Caret.h"
+#include "sky/engine/core/editing/EditingStyle.h"
+#include "sky/engine/core/editing/VisibleSelection.h"
+#include "sky/engine/core/rendering/ScrollAlignment.h"
+#include "sky/engine/platform/Timer.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/geometry/LayoutRect.h"
+#include "sky/engine/platform/heap/Handle.h"
+#include "sky/engine/wtf/Noncopyable.h"
namespace blink {
« no previous file with comments | « sky/engine/core/editing/EditorKeyBindings.cpp ('k') | sky/engine/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698