| Index: third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/LayoutSize.h b/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| index 8b48d6a0a4eed577e38de7d2f31b6f69af29877a..f23d065a79fbd0f4d71e543de706122dc5d4256a 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| @@ -36,8 +36,8 @@
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/geometry/IntSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|