Index: Source/core/editing/SpellChecker.h |
diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h |
index b5d24847272e90dcc4b5630bea1a4e314ba8a2e9..a3f48d980e3b0a07b92f57b06e89c252e6c89e58 100644 |
--- a/Source/core/editing/SpellChecker.h |
+++ b/Source/core/editing/SpellChecker.h |
@@ -30,12 +30,11 @@ |
#include "core/dom/Range.h" |
#include "core/platform/Timer.h" |
#include "core/platform/text/TextChecking.h" |
-#include <wtf/Deque.h> |
-#include <wtf/Noncopyable.h> |
-#include <wtf/RefCounted.h> |
-#include <wtf/RefPtr.h> |
-#include <wtf/text/WTFString.h> |
-#include <wtf/Vector.h> |
+#include "wtf/Deque.h" |
+#include "wtf/Noncopyable.h" |
+#include "wtf/RefPtr.h" |
+#include "wtf/Vector.h" |
+#include "wtf/text/WTFString.h" |
namespace WebCore { |