| 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 c43d01423c259e3f3bc5c9116de00a86a90b1df4..eef83ec1bb549a0b0d0da7d8259a8e36d0188006 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "core/editing/state_machines/StateMachineUtil.h"
|
| #include "core/editing/state_machines/TextSegmentationMachineState.h"
|
| -#include "platform/fonts/Character.h"
|
| +#include "platform/text/Character.h"
|
| #include "wtf/text/Unicode.h"
|
| #include <ostream> // NOLINT
|
|
|
|
|