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

Unified Diff: webkit/child/touch_fling_gesture_curve.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.h ('k') | webkit/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/touch_fling_gesture_curve.cc
diff --git a/webkit/glue/touch_fling_gesture_curve.cc b/webkit/child/touch_fling_gesture_curve.cc
similarity index 99%
rename from webkit/glue/touch_fling_gesture_curve.cc
rename to webkit/child/touch_fling_gesture_curve.cc
index 861a0b68d5f7c223612cc1b2ab073f28afbc8bc3..274dcaa355b1a53e173a14766db48e2096cffdfd 100644
--- a/webkit/glue/touch_fling_gesture_curve.cc
+++ b/webkit/child/touch_fling_gesture_curve.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/touch_fling_gesture_curve.h"
+#include "webkit/child/touch_fling_gesture_curve.h"
#include <cmath>
« no previous file with comments | « webkit/child/touch_fling_gesture_curve.h ('k') | webkit/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698