| 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 d63161ef1323546602dd63182141920a960aa429..1caa4b8bb58a72aa49236cf7420a714963388d37 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.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
|
|
|
|
|