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

Unified Diff: Source/core/editing/TextIterator.cpp

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 months 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 | « Source/core/editing/SpellChecker.cpp ('k') | Source/core/editing/UnlinkCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/TextIterator.cpp
diff --git a/Source/core/editing/TextIterator.cpp b/Source/core/editing/TextIterator.cpp
index 421c2b9a20b87d035bc3912f032b6e36f253e698..2ef7b5e7431a59e21f492ad7a2ac1e649d18a9cb 100644
--- a/Source/core/editing/TextIterator.cpp
+++ b/Source/core/editing/TextIterator.cpp
@@ -27,9 +27,7 @@
#include "config.h"
#include "core/editing/TextIterator.h"
-#include "HTMLElement.h"
#include "HTMLNames.h"
-#include "HTMLTextFormControlElement.h"
#include "core/dom/Document.h"
#include "core/dom/ExceptionCodePlaceholder.h"
#include "core/dom/NodeTraversal.h"
@@ -38,6 +36,8 @@
#include "core/editing/VisiblePosition.h"
#include "core/editing/VisibleUnits.h"
#include "core/editing/htmlediting.h"
+#include "core/html/HTMLElement.h"
+#include "core/html/HTMLTextFormControlElement.h"
#include "core/page/Frame.h"
#include "core/platform/graphics/Font.h"
#include "core/platform/text/TextBoundaries.h"
« no previous file with comments | « Source/core/editing/SpellChecker.cpp ('k') | Source/core/editing/UnlinkCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698