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

Unified Diff: Source/core/editing/SpellingCorrectionCommand.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/SpellingCorrectionCommand.h ('k') | Source/core/editing/SplitElementCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SpellingCorrectionCommand.cpp
diff --git a/Source/core/editing/SpellingCorrectionCommand.cpp b/Source/core/editing/SpellingCorrectionCommand.cpp
index 1ad2a1d6f0015d4c2453ff1c2c4b16340089c8dc..80006a4119d88fc2e0301ea93a034be25b8a3e74 100644
--- a/Source/core/editing/SpellingCorrectionCommand.cpp
+++ b/Source/core/editing/SpellingCorrectionCommand.cpp
@@ -26,8 +26,8 @@
#include "config.h"
#include "core/editing/SpellingCorrectionCommand.h"
-#include "Document.h"
-#include "DocumentFragment.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
#include "core/editing/AlternativeTextController.h"
#include "core/editing/Editor.h"
#include "core/editing/InsertTextCommand.h"
« no previous file with comments | « Source/core/editing/SpellingCorrectionCommand.h ('k') | Source/core/editing/SplitElementCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698