| Index: third_party/WebKit/Source/core/layout/VerticalPositionCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/VerticalPositionCache.h b/third_party/WebKit/Source/core/layout/VerticalPositionCache.h
|
| index 671f5cd4735c17e019eb211ce27c059bb7db065c..84f2f6e88f1fb01f68466cdc268f50cb740daf59 100644
|
| --- a/third_party/WebKit/Source/core/layout/VerticalPositionCache.h
|
| +++ b/third_party/WebKit/Source/core/layout/VerticalPositionCache.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/layout/api/LineLayoutItem.h"
|
| #include "platform/fonts/FontBaseline.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|