Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: webkit/support/web_gesture_curve_mock.h

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/support/web_audio_device_mock.h ('k') | webkit/support/web_gesture_curve_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webkit/support/web_audio_device_mock.h ('k') | webkit/support/web_gesture_curve_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698