Index: chrome/common/animation.cc |
=================================================================== |
--- chrome/common/animation.cc (revision 3954) |
+++ chrome/common/animation.cc (working copy) |
@@ -5,6 +5,8 @@ |
#include "base/message_loop.h" |
#include "chrome/common/animation.h" |
+using base::TimeDelta; |
+ |
Animation::Animation(int frame_rate, |
AnimationDelegate* delegate) |
: animating_(false), |