Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
index 4310671f4252d129ea1bef45495ca29fa6e5c2e5..859d02832bb8c6f55ef1744a7974f33eae018b52 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
@@ -5,6 +5,7 @@ |
#ifndef CSSParserImpl_h |
#define CSSParserImpl_h |
+#include <memory> |
#include "core/CSSPropertyNames.h" |
#include "core/css/CSSProperty.h" |
#include "core/css/CSSPropertySourceData.h" |
@@ -13,7 +14,6 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace blink { |