Index: third_party/WebKit/Source/core/style/ContentData.cpp |
diff --git a/third_party/WebKit/Source/core/style/ContentData.cpp b/third_party/WebKit/Source/core/style/ContentData.cpp |
index 13149fddd1ac13b5133b610303916c9f0255e2c8..9ef796e975fcc4d4f4fc65774347906acdb4d059 100644 |
--- a/third_party/WebKit/Source/core/style/ContentData.cpp |
+++ b/third_party/WebKit/Source/core/style/ContentData.cpp |
@@ -22,6 +22,7 @@ |
#include "core/style/ContentData.h" |
+#include <memory> |
#include "core/layout/LayoutCounter.h" |
#include "core/layout/LayoutImage.h" |
#include "core/layout/LayoutImageResource.h" |
@@ -29,7 +30,6 @@ |
#include "core/layout/LayoutQuote.h" |
#include "core/layout/LayoutTextFragment.h" |
#include "core/style/ComputedStyle.h" |
-#include <memory> |
namespace blink { |