Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
| index d2904be2093c123f27af5a2d1c7c4028758178e7..8c4d197ca60d6bbc38a5b9d2077519d269a6b9f6 100644 |
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h |
| @@ -23,17 +23,11 @@ |
| #include "core/editing/EphemeralRange.h" |
| #include "core/editing/Position.h" |
|
yosin_UTC9
2016/08/16 09:34:15
Oops, changes of "TextCheckingHelper.{cpp.h}" are
|
| -#include "platform/heap/Handle.h" |
| -#include "platform/text/TextChecking.h" |
| #include "wtf/text/WTFString.h" |
| namespace blink { |
| -class LocalFrame; |
| class Range; |
| -class SpellCheckerClient; |
| -class TextCheckerClient; |
| -struct TextCheckingResult; |
| class TextCheckingParagraph { |
| STACK_ALLOCATED(); |