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

Unified Diff: ui/gfx/animation/animation.cc

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/animation.h ('k') | ui/gfx/animation/animation_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation.cc
diff --git a/ui/base/animation/animation.cc b/ui/gfx/animation/animation.cc
similarity index 93%
rename from ui/base/animation/animation.cc
rename to ui/gfx/animation/animation.cc
index 78ee4d9c213c189bdebc63b0cffb4c23d5dfa447..ba0bac822cc2eb886f5700ebb49bdebed31173b6 100644
--- a/ui/base/animation/animation.cc
+++ b/ui/gfx/animation/animation.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/animation/animation.h"
+#include "ui/gfx/animation/animation.h"
-#include "ui/base/animation/animation_container.h"
-#include "ui/base/animation/animation_delegate.h"
-#include "ui/base/animation/tween.h"
+#include "ui/gfx/animation/animation_container.h"
+#include "ui/gfx/animation/animation_delegate.h"
+#include "ui/gfx/animation/tween.h"
#include "ui/gfx/rect.h"
#if defined(OS_WIN)
#include "base/win/windows_version.h"
#endif
-namespace ui {
+namespace gfx {
Animation::Animation(base::TimeDelta timer_interval)
: timer_interval_(timer_interval),
@@ -121,4 +121,4 @@ base::TimeDelta Animation::GetTimerInterval() const {
return timer_interval_;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/animation/animation.h ('k') | ui/gfx/animation/animation_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698