| Index: webkit/glue/touch_fling_gesture_curve.cc
|
| diff --git a/webkit/glue/touch_fling_gesture_curve.cc b/webkit/glue/touch_fling_gesture_curve.cc
|
| index 88a8280bc86fc4995762feb1cea141e1579a4bd8..861a0b68d5f7c223612cc1b2ab073f28afbc8bc3 100644
|
| --- a/webkit/glue/touch_fling_gesture_curve.cc
|
| +++ b/webkit/glue/touch_fling_gesture_curve.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatSize.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGestureCurve.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGestureCurveTarget.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| +#include "third_party/WebKit/public/platform/WebFloatSize.h"
|
| +#include "third_party/WebKit/public/platform/WebGestureCurve.h"
|
| +#include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
|
|
| using WebKit::WebFloatPoint;
|
| using WebKit::WebFloatSize;
|
|
|