| Index: third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| index 42822f583b17727e1c6e68a43ef19a0c59696205..fdd3125ccfb880c76388198c8dd38278dafa38b9 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h"
|
|
|
| +#include <ostream> // NOLINT
|
| #include "core/editing/state_machines/StateMachineUtil.h"
|
| #include "core/editing/state_machines/TextSegmentationMachineState.h"
|
| #include "platform/text/Character.h"
|
| #include "wtf/text/CharacterNames.h"
|
| #include "wtf/text/Unicode.h"
|
| -#include <ostream> // NOLINT
|
|
|
| namespace blink {
|
|
|
|
|