| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| index e940484e5313eb882c2a961c790f793f20ff1e0b..1bfbdbd5e87abe7af92e6ffb06843186136c9400 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
|
| @@ -26,10 +26,9 @@
|
| #ifndef TextIteratorTextState_h
|
| #define TextIteratorTextState_h
|
|
|
| -#include "base/macros.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/Range.h"
|
| #include "core/editing/iterators/ForwardsTextBuffer.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|