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 fa12406f85159614bde837600207f6676110e31c..40b68476f72d7d320e524caaaa0ac94cc2dc1192 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> |
namespace blink { |