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

Unified Diff: webkit/child/fling_curve_configuration.h

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 5 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/fling_animator_impl_android.cc ('k') | webkit/child/fling_curve_configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/fling_curve_configuration.h
diff --git a/webkit/glue/fling_curve_configuration.h b/webkit/child/fling_curve_configuration.h
similarity index 91%
rename from webkit/glue/fling_curve_configuration.h
rename to webkit/child/fling_curve_configuration.h
index d229ee8681cd7e677b7fca29209ed16e1f2d2b91..2ce5ba143bf19a7be09a775b520a70f50500b0bd 100644
--- a/webkit/glue/fling_curve_configuration.h
+++ b/webkit/child/fling_curve_configuration.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_FLINGCURVECONFIGURATION_H_
-#define WEBKIT_GLUE_FLINGCURVECONFIGURATION_H_
+#ifndef WEBKIT_CHILD_FLING_CURVE_CONFIGURATION_H_
+#define WEBKIT_CHILD_FLING_CURVE_CONFIGURATION_H_
#include <vector>
@@ -55,4 +55,4 @@ class FlingCurveConfiguration {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_FLINGCURVECONFIGURATION_H_
+#endif // WEBKIT_CHILD_FLING_CURVE_CONFIGURATION_H_
« no previous file with comments | « webkit/child/fling_animator_impl_android.cc ('k') | webkit/child/fling_curve_configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698