summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/task_manager.h')
-rw-r--r--chrome/browser/task_manager.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/task_manager.h b/chrome/browser/task_manager.h
index f7ab4f4..a84917c 100644
--- a/chrome/browser/task_manager.h
+++ b/chrome/browser/task_manager.h
@@ -22,10 +22,13 @@ class TaskManager;
class TaskManagerContents;
class TaskManagerTableModel;
class TaskManagerWindow;
-class Timer;
struct BytesReadParam;
+namespace base {
+class Timer;
+}
+
namespace ChromeViews {
class View;
class Window;
@@ -260,7 +263,7 @@ class TaskManagerTableModel : public ChromeViews::GroupTableModel,
// The timer controlling the updates of the information. The timer is
// allocated every time the task manager is shown and deleted when it is
// hidden/closed.
- Timer* timer_;
+ base::Timer* timer_;
scoped_ptr<Task> update_task_;
MessageLoop* ui_loop_;