| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| index c228d8ae012b57c422b3e7d6bba5f827bd40e871..2b5099561a8e88789864d3806e9538dda0e5e1ab 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| @@ -26,19 +26,10 @@
|
|
|
| #include "core/editing/spellcheck/TextCheckingHelper.h"
|
|
|
| -#include "core/dom/Document.h"
|
| #include "core/dom/Range.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/editing/VisibleUnits.h"
|
| #include "core/editing/iterators/CharacterIterator.h"
|
| -#include "core/editing/iterators/WordAwareIterator.h"
|
| -#include "core/editing/markers/DocumentMarkerController.h"
|
| -#include "core/editing/spellcheck/SpellChecker.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/frame/Settings.h"
|
| -#include "core/page/SpellCheckerClient.h"
|
| -#include "platform/text/TextBreakIterator.h"
|
| -#include "platform/text/TextCheckerClient.h"
|
|
|
| namespace blink {
|
|
|
|
|