Index: third_party/WebKit/Source/core/dom/ContextFeatures.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp |
index beb793004df053096abadac6bf1889ffdf05285c..886089bb9753ef523ecd8e4370fb2043f866e16b 100644 |
--- a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp |
+++ b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp |
@@ -26,12 +26,12 @@ |
#include "core/dom/ContextFeatures.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/page/Page.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/StdLibExtras.h" |
-#include <memory> |
namespace blink { |