| Index: third_party/WebKit/Source/core/editing/state_machines/TextSegmentationMachineState.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/TextSegmentationMachineState.cpp b/third_party/WebKit/Source/core/editing/state_machines/TextSegmentationMachineState.cpp
|
| index 8cb003d3bfbb4043a8a03b48c39e857f535d197a..e4deadbe54c9b3d2f2c1eb7f1fe325b5913504ff 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/TextSegmentationMachineState.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/TextSegmentationMachineState.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "core/editing/state_machines/TextSegmentationMachineState.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| #include <ostream> // NOLINT
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|