| Index: third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| index 5a498aa5912603900128146ae1eb42746ab6a0b1..306d76aa349083b3417b9e64995ec8c44a3ff23a 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef BackwardGraphemeBoundaryStateMachine_h
|
| #define BackwardGraphemeBoundaryStateMachine_h
|
|
|
| +#include <iosfwd>
|
| #include "core/CoreExport.h"
|
| #include "core/editing/state_machines/TextSegmentationMachineState.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/Unicode.h"
|
| -#include <iosfwd>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|