summaryrefslogtreecommitdiffstats
path: root/chrome/browser/idle.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:15:28 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:15:28 +0000
commita91e1409a1b702892be19b058ad418b92ab4dd28 (patch)
treef65055a03ec7147674e921e80664be5bef9acef0 /chrome/browser/idle.h
parent1ebe3cefbab03f450586895feea998f994ff13f8 (diff)
downloadchromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.zip
chromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.tar.gz
chromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.tar.bz2
Reland r52336.
(I accidentally committed a previous version of the patch (the fixed version was in codereview since I had switched to my mac to address this exact compile failure.) BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/2937010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/idle.h')
-rw-r--r--chrome/browser/idle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/idle.h b/chrome/browser/idle.h
index e850dbe..4fe750f 100644
--- a/chrome/browser/idle.h
+++ b/chrome/browser/idle.h
@@ -5,8 +5,6 @@
#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.