Index: third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h |
index 2040a53343c77d0124fc3152475f44937eaf879c..8390277e3bd5365a6877ed9a761f46498ed3a4f2 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h |
+++ b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h |
@@ -5,11 +5,11 @@ |
#ifndef ProgrammaticScrollAnimator_h |
#define ProgrammaticScrollAnimator_h |
+#include <memory> |
#include "platform/heap/Handle.h" |
#include "platform/scroll/ScrollAnimatorCompositorCoordinator.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |