| 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 7ef283d020861a25fa6b6728556d1322e4f63a86..bdc612129523d2246b3c984e409c3326369b81fe 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>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|