summaryrefslogtreecommitdiffstats
path: root/webkit/support/web_gesture_curve_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/web_gesture_curve_mock.h')
-rw-r--r--webkit/support/web_gesture_curve_mock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/support/web_gesture_curve_mock.h b/webkit/support/web_gesture_curve_mock.h
index 922bb59..f05f4e9 100644
--- a/webkit/support/web_gesture_curve_mock.h
+++ b/webkit/support/web_gesture_curve_mock.h
@@ -6,9 +6,9 @@
#define WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
#include "base/memory/scoped_ptr.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"
// A simple class for mocking a WebGestureCurve. The curve flings at velocity
// indefinitely.