| Index: third_party/WebKit/Source/core/layout/line/LineBreaker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineBreaker.h b/third_party/WebKit/Source/core/layout/line/LineBreaker.h
|
| index 160c4f38651f9b556d06b64b64bbf18c64683349..1a093644284fab3160c5ef5e86ce27bf94bb9eb2 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineBreaker.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineBreaker.h
|
| @@ -27,8 +27,8 @@
|
| #include "core/layout/api/LineLayoutBlockFlow.h"
|
| #include "core/layout/line/InlineIterator.h"
|
| #include "core/layout/line/LineInfo.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|