Index: third_party/WebKit/Source/core/input/ScrollManager.h |
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h |
index 51fbc7b855cec6e37b0f8ad1bf310870fcea2955..f31fbc4a67e5f5690b00c3632fa7d15b92fc3192 100644 |
--- a/third_party/WebKit/Source/core/input/ScrollManager.h |
+++ b/third_party/WebKit/Source/core/input/ScrollManager.h |
@@ -5,6 +5,7 @@ |
#ifndef ScrollManager_h |
#define ScrollManager_h |
+#include <deque> |
#include "core/CoreExport.h" |
#include "core/page/EventWithHitTestResults.h" |
#include "platform/geometry/LayoutSize.h" |
@@ -13,7 +14,6 @@ |
#include "platform/scroll/ScrollTypes.h" |
#include "public/platform/WebInputEventResult.h" |
#include "wtf/Allocator.h" |
-#include <deque> |
namespace blink { |