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

Unified Diff: ui/gfx/animation/test_animation_delegate.h

Issue 23531053: ui/base/animation -> ui/gfx/animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 7 years, 3 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/gfx/animation/slide_animation_unittest.cc ('k') | ui/gfx/animation/throb_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/test_animation_delegate.h
diff --git a/ui/base/animation/test_animation_delegate.h b/ui/gfx/animation/test_animation_delegate.h
similarity index 92%
rename from ui/base/animation/test_animation_delegate.h
rename to ui/gfx/animation/test_animation_delegate.h
index 3cdaf8c414f61743ccebf3b3f3b13e736fd07c96..bb46496a49770e26f0beb2811fa4d9c17a7a9735 100644
--- a/ui/base/animation/test_animation_delegate.h
+++ b/ui/gfx/animation/test_animation_delegate.h
@@ -6,9 +6,9 @@
#define UI_BASE_ANIMATION_TEST_ANIMATION_DELEGATE_H_
#include "base/message_loop/message_loop.h"
-#include "ui/base/animation/animation_delegate.h"
+#include "ui/gfx/animation/animation_delegate.h"
-namespace ui {
+namespace gfx {
// Trivial AnimationDelegate implementation. AnimationEnded/Canceled quit the
// message loop.
@@ -43,6 +43,6 @@ class TestAnimationDelegate : public AnimationDelegate {
DISALLOW_COPY_AND_ASSIGN(TestAnimationDelegate);
};
-} // namespace ui
+} // namespace gfx
#endif // UI_BASE_ANIMATION_TEST_ANIMATION_DELEGATE_H_
« no previous file with comments | « ui/gfx/animation/slide_animation_unittest.cc ('k') | ui/gfx/animation/throb_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698