| Index: webkit/support/web_gesture_curve_mock.cc
|
| diff --git a/webkit/support/web_gesture_curve_mock.cc b/webkit/support/web_gesture_curve_mock.cc
|
| index 83d2b9b4bab63df3397aa76c79b062a0e57bd9ed..a3b49176a7f92b936a1043fc819835ae762999e1 100644
|
| --- a/webkit/support/web_gesture_curve_mock.cc
|
| +++ b/webkit/support/web_gesture_curve_mock.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "webkit/support/web_gesture_curve_mock.h"
|
|
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatSize.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGestureCurveTarget.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,
|
|
|