| Index: third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.h b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| index b914fd60f88f13ee472cbe2f929f207420268011..cf401b2409b885268a19eb57fda36ce00607cf3e 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| +++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef DummyPageHolder_h
|
| #define DummyPageHolder_h
|
|
|
| +#include <memory>
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/page/Page.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|