| Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| index d58a4ec48be204d5891d4fccbac8964e8a379051..5cf68094a900fa386eb12a57f82eed9dac58069e 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| @@ -11,8 +11,8 @@
|
| #include "core/paint/ObjectPaintInvalidator.h"
|
|
|
| #include "platform/LayoutUnit.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
|
|
| namespace blink {
|
|
|
|
|