| Index: Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp b/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
|
| index 303396ef38f59da99d338ef61cd749a1ad1ecbc5..1ec39a0d51e28da2bc1ccbc7a8c672a11e9a2bfa 100644
|
| --- a/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
|
| @@ -27,14 +27,14 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "ScrollAnimatorNone.h"
|
| +#include "core/platform/ScrollAnimatorNone.h"
|
|
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
| -#include "Logging.h"
|
| -#include "ScrollAnimator.h"
|
| -#include "ScrollableArea.h"
|
| #include "TreeTestHelpers.h"
|
| +#include "core/platform/Logging.h"
|
| +#include "core/platform/ScrollAnimator.h"
|
| +#include "core/platform/ScrollableArea.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/IntRect.h"
|
|
|
|
|