summaryrefslogtreecommitdiffstats
path: root/chrome/views/throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/throbber.h')
-rw-r--r--chrome/views/throbber.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/views/throbber.h b/chrome/views/throbber.h
index d7e298c..812cae1 100644
--- a/chrome/views/throbber.h
+++ b/chrome/views/throbber.h
@@ -12,7 +12,10 @@
#include "chrome/views/view.h"
class SkBitmap;
+
+namespace base {
class Timer;
+}
namespace ChromeViews {
@@ -49,7 +52,7 @@ class Throbber : public ChromeViews::View,
DWORD last_time_recorded_;
SkBitmap* frames_;
int frame_time_ms_;
- Timer* timer_;
+ base::Timer* timer_;
DISALLOW_EVIL_CONSTRUCTORS(Throbber);
};