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 11a3981040bec4136b4706848b27f1b2c2529fa4..d39c607812935ff95cb2a80f77597948cb18a4ba 100644 |
--- a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp |
+++ b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp |
@@ -4,12 +4,12 @@ |
#include "core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.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/CharacterNames.h" |
-#include "wtf/text/Unicode.h" |
-#include <ostream> // NOLINT |
+#include "platform/wtf/text/CharacterNames.h" |
+#include "platform/wtf/text/Unicode.h" |
namespace blink { |