| Index: third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp b/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp
|
| index c7873f6d02cb88a5a776d9635cc5ea86736559db..35e99a5c1a7e5ba3daba6fe59db3de631178a967 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.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/Unicode.h"
|
| -#include <ostream> // NOLINT
|
|
|
| namespace blink {
|
| namespace {
|
|
|