| Index: webkit/glue/touch_fling_gesture_curve.h
|
| diff --git a/webkit/glue/touch_fling_gesture_curve.h b/webkit/glue/touch_fling_gesture_curve.h
|
| index 599a4eeb7dc2bbe10c4cac5d0bb39479999720c8..24fda605f81eafd7bf1075bec8739a9ac1d64642 100644
|
| --- a/webkit/glue/touch_fling_gesture_curve.h
|
| +++ b/webkit/glue/touch_fling_gesture_curve.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef WEBKIT_GLUE_TOUCH_FLING_GESTURE_CURVE_H_
|
| #define WEBKIT_GLUE_TOUCH_FLING_GESTURE_CURVE_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/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/WebSize.h"
|
| #include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace WebKit {
|
|
|