Index: ui/gfx/animation/animation_container.cc |
diff --git a/ui/gfx/animation/animation_container.cc b/ui/gfx/animation/animation_container.cc |
index d8290b2eef6d9ae19960dbf99cb72da60658c6ea..8ab00509901cfba9cc5917e1fc0ea7e97e4edb97 100644 |
--- a/ui/gfx/animation/animation_container.cc |
+++ b/ui/gfx/animation/animation_container.cc |
@@ -9,7 +9,6 @@ |
#include "ui/gfx/frame_time.h" |
using base::TimeDelta; |
-using base::TimeTicks; |
namespace gfx { |
@@ -62,7 +61,7 @@ void AnimationContainer::Run() { |
// ourself here to make sure we're still valid after running all the elements. |
scoped_refptr<AnimationContainer> this_ref(this); |
- TimeTicks current_time = gfx::FrameTime::Now(); |
+ gfx::FrameTime current_time = gfx::FrameTime::Now(); |
last_tick_time_ = current_time; |