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

Unified Diff: webkit/child/touch_fling_gesture_curve_unittest.cc

Issue 16816003: move webkit/glue/touch_fling_* to webkit/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/child/touch_fling_gesture_curve.cc ('k') | webkit/glue/touch_fling_gesture_curve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/touch_fling_gesture_curve_unittest.cc
diff --git a/webkit/glue/touch_fling_gesture_curve_unittest.cc b/webkit/child/touch_fling_gesture_curve_unittest.cc
similarity index 97%
rename from webkit/glue/touch_fling_gesture_curve_unittest.cc
rename to webkit/child/touch_fling_gesture_curve_unittest.cc
index b8ed1a58df113fe5234d60315e5ed47323aa9d42..5e4a90ab7fd8aefc20f006a4fd004b60173332ae 100644
--- a/webkit/glue/touch_fling_gesture_curve_unittest.cc
+++ b/webkit/child/touch_fling_gesture_curve_unittest.cc
@@ -4,7 +4,7 @@
// Tests for the TouchFlingGestureCurve.
-#include "webkit/glue/touch_fling_gesture_curve.h"
+#include "webkit/child/touch_fling_gesture_curve.h"
#include "base/memory/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « webkit/child/touch_fling_gesture_curve.cc ('k') | webkit/glue/touch_fling_gesture_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698