summaryrefslogtreecommitdiffstats
path: root/chrome/browser/idle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/idle.h')
-rw-r--r--chrome/browser/idle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/idle.h b/chrome/browser/idle.h
index 4fe750f..e850dbe 100644
--- a/chrome/browser/idle.h
+++ b/chrome/browser/idle.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_IDLE_H_
#define CHROME_BROWSER_IDLE_H_
+#include "base/task.h"
+
enum IdleState {
IDLE_STATE_ACTIVE = 0,
IDLE_STATE_IDLE = 1, // No activity within threshold.