| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 0c93230786e37c02f9f261302a959e46b499202f..8dd4afadbb5d1adbcc528f3f026237fe665278c9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -23,13 +23,13 @@
|
| #ifndef LayoutBox_h
|
| #define LayoutBox_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutBoxModelObject.h"
|
| #include "core/layout/OverflowModel.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|