Index: third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp |
index 8f0c48cbd65c81636015eb6587d64241cda3d9ea..eb20af438d1ddf666cc8b1458f9909e64bb2381c 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinderTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/css/resolver/SharedStyleFinder.h" |
+#include <memory> |
#include "core/css/RuleFeature.h" |
#include "core/css/RuleSet.h" |
#include "core/css/parser/CSSParser.h" |
@@ -15,7 +16,6 @@ |
#include "core/html/HTMLElement.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |