Index: third_party/WebKit/Source/core/dom/SelectorQuery.h |
diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
index ce28ed3ae19374865d3eeeec2dfd0f24a179fb72..c9841f5befad8fc1ceaf3981f10eddf10ddb24f1 100644 |
--- a/third_party/WebKit/Source/core/dom/SelectorQuery.h |
+++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h |
@@ -27,12 +27,12 @@ |
#ifndef SelectorQuery_h |
#define SelectorQuery_h |
+#include <memory> |
#include "core/css/CSSSelectorList.h" |
#include "platform/heap/Handle.h" |
#include "wtf/HashMap.h" |
#include "wtf/Vector.h" |
#include "wtf/text/AtomicStringHash.h" |
-#include <memory> |
namespace blink { |