diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
commit | dcccb943bf4fd080a5574520b0e2150825a57db7 (patch) | |
tree | 5f7cab85ba74e825fed2d65beeffc96e38365f1c /chrome/browser/history/history.h | |
parent | 1d458fa236a1aba5c6adde38607dcfd54d2455e0 (diff) | |
download | chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.zip chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.gz chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.bz2 |
Fix a bunch of header includes. I removed some unnecessary headers from a
variety of places and added ones in other files that were accidentally
depending on them.
Review URL: http://codereview.chromium.org/19742
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r-- | chrome/browser/history/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index ddf9b16..37ade4f 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -17,7 +17,6 @@ #include "base/task.h" #include "base/time.h" #include "chrome/browser/cancelable_request.h" -#include "chrome/browser/chrome_thread.h" #include "chrome/browser/history/history_notifications.h" #include "chrome/browser/history/history_types.h" #include "chrome/browser/search_engines/template_url.h" @@ -26,6 +25,7 @@ #include "chrome/common/ref_counted_util.h" class BookmarkService; +class ChromeThread; struct DownloadCreateInfo; class FilePath; class GURL; |