| Index: third_party/WebKit/Source/core/editing/iterators/TextBufferBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.h b/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.h
|
| index 63815671b1c13b781aa68c4b95c5e61c6a3cdc57..d1b8907d5754a40e49af92b9c695ae1a12a0e745 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextBufferBase.h
|
| @@ -6,8 +6,8 @@
|
| #define TextBufferBase_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|