Index: ui/gfx/animation/throb_animation.cc |
diff --git a/ui/base/animation/throb_animation.cc b/ui/gfx/animation/throb_animation.cc |
similarity index 96% |
rename from ui/base/animation/throb_animation.cc |
rename to ui/gfx/animation/throb_animation.cc |
index 72392a09161910065a63caeb933395ae86d77011..0a88aa7d9c43cf374a3a6b8e00f5501b9e8f6b23 100644 |
--- a/ui/base/animation/throb_animation.cc |
+++ b/ui/gfx/animation/throb_animation.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/base/animation/throb_animation.h" |
+#include "ui/gfx/animation/throb_animation.h" |
#include <limits> |
-namespace ui { |
+namespace gfx { |
static const int kDefaultThrobDurationMS = 400; |
@@ -82,4 +82,4 @@ void ThrobAnimation::ResetForSlide() { |
throbbing_ = false; |
} |
-} // namespace ui |
+} // namespace gfx |