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

Unified Diff: ui/gfx/animation/animation_container.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_container.h ('k') | ui/gfx/animation/animation_container_element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation_container.cc
diff --git a/ui/base/animation/animation_container.cc b/ui/gfx/animation/animation_container.cc
similarity index 93%
rename from ui/base/animation/animation_container.cc
rename to ui/gfx/animation/animation_container.cc
index c82d26b9aa5048ea9cdd69b7b7a389dfdb08eebe..c76f1bb77975ce9915a83f5b3b15a510245b0b1b 100644
--- a/ui/base/animation/animation_container.cc
+++ b/ui/gfx/animation/animation_container.cc
@@ -2,15 +2,15 @@
// 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_container.h"
+#include "ui/gfx/animation/animation_container.h"
-#include "ui/base/animation/animation_container_element.h"
-#include "ui/base/animation/animation_container_observer.h"
+#include "ui/gfx/animation/animation_container_element.h"
+#include "ui/gfx/animation/animation_container_observer.h"
using base::TimeDelta;
using base::TimeTicks;
-namespace ui {
+namespace gfx {
AnimationContainer::AnimationContainer()
: last_tick_time_(TimeTicks::Now()),
@@ -101,4 +101,4 @@ TimeDelta AnimationContainer::GetMinInterval() {
return min;
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/animation/animation_container.h ('k') | ui/gfx/animation/animation_container_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698