| Index: third_party/WebKit/Source/core/css/CSSSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| index fd527de16e1ad5f317c03e328d69aa1455c9c56b..41de8258a6b9ff1fffb89e49e5de4d663a7c2a08 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| @@ -23,11 +23,11 @@
|
| #ifndef CSSSelector_h
|
| #define CSSSelector_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "wtf/RefCounted.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
| class CSSSelectorList;
|
|
|