| Index: third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp b/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
|
| index c3e604eac59779d4591add05f3d49a73e2e2f21b..b6f1d57f09cb2843f7b3d1c4c8cb015ed76dfb4d 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "core/editing/state_machines/BackspaceStateMachine.h"
|
|
|
| -#include "platform/text/Character.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/Unicode.h"
|
| #include <ostream> // NOLINT
|
| +#include "platform/text/Character.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|