| Index: content/test/web_gesture_curve_mock.cc
|
| diff --git a/webkit/support/web_gesture_curve_mock.cc b/content/test/web_gesture_curve_mock.cc
|
| similarity index 92%
|
| rename from webkit/support/web_gesture_curve_mock.cc
|
| rename to content/test/web_gesture_curve_mock.cc
|
| index a3b49176a7f92b936a1043fc819835ae762999e1..6e94d4319bcf4afba3797a540da7b8b4fc8340c4 100644
|
| --- a/webkit/support/web_gesture_curve_mock.cc
|
| +++ b/content/test/web_gesture_curve_mock.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/support/web_gesture_curve_mock.h"
|
| +#include "content/test/web_gesture_curve_mock.h"
|
|
|
| +#include "content/test/weburl_loader_mock_factory.h"
|
| #include "third_party/WebKit/public/platform/WebFloatSize.h"
|
| #include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
|
| -#include "webkit/support/weburl_loader_mock_factory.h"
|
|
|
| WebGestureCurveMock::WebGestureCurveMock(const WebKit::WebFloatPoint& velocity,
|
| const WebKit::WebSize& cumulative_scroll)
|
|
|