| Index: webkit/glue/touch_fling_gesture_curve_unittest.cc
|
| diff --git a/webkit/glue/touch_fling_gesture_curve_unittest.cc b/webkit/glue/touch_fling_gesture_curve_unittest.cc
|
| index 300b565a726b4cbe71e9af4c937b9192db029273..b8ed1a58df113fe5234d60315e5ed47323aa9d42 100644
|
| --- a/webkit/glue/touch_fling_gesture_curve_unittest.cc
|
| +++ b/webkit/glue/touch_fling_gesture_curve_unittest.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.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;
|
|
|