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 335c1a65e22f42d37b47d732a5778e59cfdb635c..5f45fef42d9eb424542f3fdd6fd10db255082134 100644 |
--- a/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
+++ b/third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h |
@@ -31,14 +31,14 @@ |
#ifndef PageScaleConstraintsSet_h |
#define PageScaleConstraintsSet_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/dom/ViewportDescription.h" |
#include "core/frame/PageScaleConstraints.h" |
#include "platform/Length.h" |
#include "platform/geometry/IntSize.h" |
-#include "wtf/Allocator.h" |
-#include "wtf/PtrUtil.h" |
-#include <memory> |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/PtrUtil.h" |
namespace blink { |