| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| index fa3180cec2ff9dfb45c3804d49b48718b4bfde9a..2b8fb27d73fddc21cf4378d2a0a760ce6c3567ad 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CSSSelectorParser_h
|
| #define CSSSelectorParser_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/css/parser/CSSParserSelector.h"
|
| #include "core/css/parser/CSSParserTokenRange.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|