| Index: Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| diff --git a/Source/web/tests/ScrollAnimatorNoneTest.cpp b/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| index 0e44d5a57c8fd79edf0809d29728da32f0815e5f..791176b18d50b1f6704f1bf2a5c421a670fd397d 100644
|
| --- a/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| +++ b/Source/web/tests/ScrollAnimatorNoneTest.cpp
|
| @@ -27,15 +27,15 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/ScrollAnimatorNone.h"
|
| +#include "platform/scroll/ScrollAnimatorNone.h"
|
|
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
| #include "platform/Logging.h"
|
| -#include "core/platform/ScrollAnimator.h"
|
| -#include "core/platform/ScrollableArea.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "platform/scroll/ScrollAnimator.h"
|
| +#include "platform/scroll/ScrollableArea.h"
|
|
|
| using namespace std;
|
| using namespace WebCore;
|
|
|