Index: Source/core/editing/SpellChecker.h |
diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h |
index f86e551942413b2df6d8f02820d72a861a10dff5..0f828a165cb32fc701dd7b301bd79f4b1eceae85 100644 |
--- a/Source/core/editing/SpellChecker.h |
+++ b/Source/core/editing/SpellChecker.h |
@@ -26,8 +26,8 @@ |
#ifndef SpellChecker_h |
#define SpellChecker_h |
-#include "Element.h" |
-#include "Range.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/Range.h" |
#include "core/platform/Timer.h" |
#include "core/platform/text/TextChecking.h" |
#include <wtf/Deque.h> |