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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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.h ('k') | Source/core/editing/SpellingCorrectionCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SpellChecker.cpp
diff --git a/Source/core/editing/SpellChecker.cpp b/Source/core/editing/SpellChecker.cpp
index a52a01e8018d50500e23c3cbf8b1754fe27f8899..e979d98ec1e1c123ce33c24eb9ae469674fa2b9f 100644
--- a/Source/core/editing/SpellChecker.cpp
+++ b/Source/core/editing/SpellChecker.cpp
@@ -26,13 +26,13 @@
#include "config.h"
#include "core/editing/SpellChecker.h"
-#include "Document.h"
-#include "DocumentMarkerController.h"
#include "HTMLInputElement.h"
#include "HTMLTextAreaElement.h"
-#include "Node.h"
-#include "PositionIterator.h"
-#include "Range.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/Node.h"
+#include "core/dom/PositionIterator.h"
+#include "core/dom/Range.h"
#include "core/editing/Editor.h"
#include "core/editing/TextCheckingHelper.h"
#include "core/editing/TextIterator.h"
« no previous file with comments | « Source/core/editing/SpellChecker.h ('k') | Source/core/editing/SpellingCorrectionCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698