| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index 8154f0a207f4d9c0cb4c9755662ee988ab115ec6..2876a5015f06fa31d3a305b28c7e4bd5ab540094 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -22,6 +22,7 @@
|
| #ifndef LayoutView_h
|
| #define LayoutView_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/layout/HitTestCache.h"
|
| #include "core/layout/HitTestResult.h"
|
| @@ -32,7 +33,6 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/scroll/ScrollableArea.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|