diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 00:38:32 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 00:38:32 +0000 |
commit | a01efd2a689d627b21547ff94536acd7a9d2e95e (patch) | |
tree | 6a443528f94561a2cdcfac4e79e37efde4209e29 /chrome/browser/history/history.h | |
parent | d008efcae91ccda2778802a835dce7bc8075e002 (diff) | |
download | chromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.zip chromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.tar.gz chromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.tar.bz2 |
Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it.
TBR=avi
Review URL: http://codereview.chromium.org/6596060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76326 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 6afe318..ce0d29e 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -16,7 +16,6 @@ #include "base/scoped_ptr.h" #include "base/string16.h" #include "base/task.h" -#include "chrome/browser/cancelable_request.h" #include "chrome/browser/favicon_service.h" #include "chrome/browser/history/history_types.h" #include "chrome/browser/search_engines/template_url_id.h" @@ -24,6 +23,7 @@ #include "chrome/common/notification_registrar.h" #include "chrome/common/page_transition_types.h" #include "chrome/common/ref_counted_util.h" +#include "content/browser/cancelable_request.h" class BookmarkService; struct DownloadCreateInfo; |