| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index fb0bc1e06e38e3200425d4cdafb90e06ff515d6c..378f10aabf9c79f9a9e12196c93219e014847d86 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -30,6 +30,7 @@
|
| #ifndef Document_h
|
| #define Document_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| @@ -66,7 +67,6 @@
|
| #include "wtf/Compiler.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|