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

Unified Diff: sky/engine/core/editing/VisibleSelection.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/editing/VisibleSelection.h ('k') | sky/engine/core/editing/VisibleUnits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/VisibleSelection.cpp
diff --git a/sky/engine/core/editing/VisibleSelection.cpp b/sky/engine/core/editing/VisibleSelection.cpp
index a48f13ebc71512c72f075aee2b182588f66581ec..6292aabd71687d2380740fdd73281bc9912fe4c7 100644
--- a/sky/engine/core/editing/VisibleSelection.cpp
+++ b/sky/engine/core/editing/VisibleSelection.cpp
@@ -23,22 +23,22 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/editing/VisibleSelection.h"
-
-#include "bindings/core/v8/ExceptionState.h"
-#include "core/dom/Document.h"
-#include "core/dom/Element.h"
-#include "core/dom/Range.h"
-#include "core/editing/TextIterator.h"
-#include "core/editing/VisibleUnits.h"
-#include "core/editing/htmlediting.h"
-#include "core/rendering/RenderObject.h"
-#include "platform/geometry/LayoutPoint.h"
-#include "wtf/Assertions.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/StringBuilder.h"
-#include "wtf/unicode/CharacterNames.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/editing/VisibleSelection.h"
+
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/dom/Range.h"
+#include "sky/engine/core/editing/TextIterator.h"
+#include "sky/engine/core/editing/VisibleUnits.h"
+#include "sky/engine/core/editing/htmlediting.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/platform/geometry/LayoutPoint.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
#ifndef NDEBUG
#include <stdio.h>
« no previous file with comments | « sky/engine/core/editing/VisibleSelection.h ('k') | sky/engine/core/editing/VisibleUnits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698