| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 20e3d9aa4b5b5c6bb867b7d43c54edccf7a7e6a0..af75c7ab16f9861ffc6f23338d5d724b278360f4 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -30,6 +30,7 @@
|
| #ifndef StyleEngine_h
|
| #define StyleEngine_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| @@ -49,7 +50,6 @@
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|