| 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 bdd7a1e852df291b638408dba29a11fc6f0c6333..715282dc7264ee8f5f26fe50a967a9dc33677028 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef ScrollManager_h
|
| #define ScrollManager_h
|
|
|
| +#include <deque>
|
| #include "core/CoreExport.h"
|
| #include "core/page/EventWithHitTestResults.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Visitor.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include "public/platform/WebInputEventResult.h"
|
| -#include "wtf/Allocator.h"
|
| -#include <deque>
|
|
|
| namespace blink {
|
|
|
|
|