| Index: third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.h b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| index 81cd710adfa33758686b0bf6387d0128c05d34a8..a2bac41025cc587c87cc9e4a0818b16183f602ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| @@ -25,11 +25,11 @@
|
| #ifndef FloatingObjects_h
|
| #define FloatingObjects_h
|
|
|
| +#include <memory>
|
| #include "platform/PODFreeListArena.h"
|
| #include "platform/PODIntervalTree.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include <memory>
|
| +#include "platform/wtf/ListHashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|