Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp |
index 9143aa370564f0cbaa769690672efba15a4f053d..0f98af8ffc7c52300ed785914c4cf9d4ce709299 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp |
@@ -4,6 +4,7 @@ |
#include "core/css/parser/CSSSelectorParser.h" |
+#include <memory> |
#include "core/css/CSSSelectorList.h" |
#include "core/css/StyleSheetContents.h" |
#include "core/css/parser/CSSParserContext.h" |
@@ -11,7 +12,6 @@ |
#include "core/frame/UseCounter.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |