Index: third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
diff --git a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
index 9b61ab26614036701f8d95353cbfa324bbce6d8d..cff7de42b1722f961573f00623ff9618f742a5b3 100644 |
--- a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
+++ b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
@@ -31,6 +31,7 @@ |
#ifndef PageScaleConstraintsSet_h |
#define PageScaleConstraintsSet_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/dom/ViewportDescription.h" |
#include "core/frame/PageScaleConstraints.h" |
@@ -38,7 +39,6 @@ |
#include "platform/geometry/IntSize.h" |
#include "wtf/Allocator.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |