Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index f094835240f7855fcaba42e4df95baeb9a0896e5..0bf6bf600d34641b06e34e0ac3c6e0d557a8707e 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -31,6 +31,7 @@ |
#ifndef VisualViewport_h |
#define VisualViewport_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/events/Event.h" |
#include "platform/geometry/FloatRect.h" |
@@ -40,7 +41,6 @@ |
#include "platform/scroll/ScrollableArea.h" |
#include "public/platform/WebScrollbar.h" |
#include "public/platform/WebSize.h" |
-#include <memory> |
namespace blink { |
class WebScrollbarLayer; |