Index: third_party/WebKit/Source/core/css/resolver/StyleResolverState.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h |
index 83f5cf6be160ab2ad3a6b48d97f7c37dcd2edc67..fc0bb7617d846029c9ece259efc15c0b34f1ffdb 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h |
@@ -23,6 +23,7 @@ |
#ifndef StyleResolverState_h |
#define StyleResolverState_h |
+#include <memory> |
#include "core/CSSPropertyNames.h" |
#include "core/CoreExport.h" |
#include "core/animation/css/CSSAnimationUpdate.h" |
@@ -37,7 +38,6 @@ |
#include "core/style/CachedUAStyle.h" |
#include "core/style/ComputedStyle.h" |
#include "core/style/StyleInheritedData.h" |
-#include <memory> |
namespace blink { |