Index: webkit/support/web_gesture_curve_mock.h |
diff --git a/webkit/support/web_gesture_curve_mock.h b/webkit/support/web_gesture_curve_mock.h |
index 922bb5921421682dc77206a677b35fbe896140ea..f05f4e98cb2fd676d9acdf9ca9e073bc5ca11d2b 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. |