diff options
Diffstat (limited to 'webkit/glue/touch_fling_gesture_curve_unittest.cc')
-rw-r--r-- | webkit/glue/touch_fling_gesture_curve_unittest.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/glue/touch_fling_gesture_curve_unittest.cc b/webkit/glue/touch_fling_gesture_curve_unittest.cc index 300b565..b8ed1a5 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; |