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

Unified Diff: webkit/child/fling_animator_impl_android.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/DEPS ('k') | webkit/child/fling_animator_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/fling_animator_impl_android.h
diff --git a/webkit/glue/fling_animator_impl_android.h b/webkit/child/fling_animator_impl_android.h
similarity index 82%
rename from webkit/glue/fling_animator_impl_android.h
rename to webkit/child/fling_animator_impl_android.h
index 63d4e0c2cc9fcc2a6ebc5cfc2005fc2728fd6af6..1148caf9a5737deef6cba8fca6499bddc41bf9dd 100644
--- a/webkit/glue/fling_animator_impl_android.h
+++ b/webkit/child/fling_animator_impl_android.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_FLING_ANIMATOR_IMPL_ANDROID_H_
-#define WEBKIT_GLUE_FLING_ANIMATOR_IMPL_ANDROID_H_
+#ifndef WEBKIT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_
+#define WEBKIT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_
#include "base/android/scoped_java_ref.h"
#include "third_party/WebKit/public/platform/WebFloatPoint.h"
@@ -11,7 +11,7 @@
#include "third_party/WebKit/public/platform/WebSize.h"
#include "ui/gfx/point.h"
#include "ui/gfx/point_f.h"
-#include "webkit/glue/webkit_glue_export.h"
+#include "webkit/child/webkit_child_export.h"
namespace WebKit {
class WebGestureCurveTarget;
@@ -19,7 +19,7 @@ class WebGestureCurveTarget;
namespace webkit_glue {
-class WEBKIT_GLUE_EXPORT FlingAnimatorImpl : public WebKit::WebGestureCurve {
+class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public WebKit::WebGestureCurve {
public:
FlingAnimatorImpl();
virtual ~FlingAnimatorImpl();
@@ -55,4 +55,4 @@ class WEBKIT_GLUE_EXPORT FlingAnimatorImpl : public WebKit::WebGestureCurve {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_FLING_ANIMATOR_IMPL_ANDROID_H_
+#endif // WEBKIT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_
« no previous file with comments | « webkit/child/DEPS ('k') | webkit/child/fling_animator_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698