| Index: third_party/WebKit/Source/core/css/parser/CSSParserSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h
|
| index 06cf0d83e2549577431c4ebb8510c2bfa7a386bc..58a4e46c40abda2d560ad9146e12d719fec714dc 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef CSSParserSelector_h
|
| #define CSSParserSelector_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/css/CSSSelector.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|