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

Unified Diff: ui/android/edge_effect_base.h

Issue 1419123002: android: move overscroll effects to ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix exports for component build Created 5 years, 2 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 | « ui/android/edge_effect.cc ('k') | ui/android/edge_effect_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/edge_effect_base.h
diff --git a/content/browser/android/edge_effect_base.h b/ui/android/edge_effect_base.h
similarity index 90%
rename from content/browser/android/edge_effect_base.h
rename to ui/android/edge_effect_base.h
index a0fa84ed0f33d19507c326eb2195fcee3a96777d..c0bc753dd66bd3c048120246262f266759916617 100644
--- a/content/browser/android/edge_effect_base.h
+++ b/ui/android/edge_effect_base.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 CONTENT_BROWSER_ANDROID_EDGE_EFFECT_BASE_H_
-#define CONTENT_BROWSER_ANDROID_EDGE_EFFECT_BASE_H_
+#ifndef UI_ANDROID_EDGE_EFFECT_BASE_H_
+#define UI_ANDROID_EDGE_EFFECT_BASE_H_
#include "base/basictypes.h"
#include "base/time/time.h"
@@ -14,7 +14,7 @@ namespace cc {
class Layer;
}
-namespace content {
+namespace ui {
// A base class for overscroll-related Android effects.
class EdgeEffectBase {
@@ -62,6 +62,6 @@ class EdgeEffectBase {
const gfx::SizeF& viewport_size);
};
-} // namespace content
+} // namespace ui
-#endif // CONTENT_BROWSER_ANDROID_EDGE_EFFECT_BASE_H_
+#endif // UI_ANDROID_EDGE_EFFECT_BASE_H_
« no previous file with comments | « ui/android/edge_effect.cc ('k') | ui/android/edge_effect_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698