diff options
Diffstat (limited to 'webkit/glue/fling_animator_impl_android.h')
-rw-r--r-- | webkit/glue/fling_animator_impl_android.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/glue/fling_animator_impl_android.h b/webkit/glue/fling_animator_impl_android.h index 5b41d1e..63d4e0c 100644 --- a/webkit/glue/fling_animator_impl_android.h +++ b/webkit/glue/fling_animator_impl_android.h @@ -6,9 +6,9 @@ #define WEBKIT_GLUE_FLING_ANIMATOR_IMPL_ANDROID_H_ #include "base/android/scoped_java_ref.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.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/WebGestureCurve.h" +#include "third_party/WebKit/public/platform/WebSize.h" #include "ui/gfx/point.h" #include "ui/gfx/point_f.h" #include "webkit/glue/webkit_glue_export.h" |