| Index: content/test/web_gesture_curve_mock.h
|
| diff --git a/webkit/support/web_gesture_curve_mock.h b/content/test/web_gesture_curve_mock.h
|
| similarity index 87%
|
| rename from webkit/support/web_gesture_curve_mock.h
|
| rename to content/test/web_gesture_curve_mock.h
|
| index f05f4e98cb2fd676d9acdf9ca9e073bc5ca11d2b..b4456dec77bdce80fe95b6e780c4caea7d1c6d29 100644
|
| --- a/webkit/support/web_gesture_curve_mock.h
|
| +++ b/content/test/web_gesture_curve_mock.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
|
| -#define WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
|
| +#ifndef CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
|
| +#define CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| @@ -29,4 +29,4 @@ class WebGestureCurveMock : public WebKit::WebGestureCurve {
|
| DISALLOW_COPY_AND_ASSIGN(WebGestureCurveMock);
|
| };
|
|
|
| -#endif // WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
|
| +#endif // CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
|
|
|