diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:02:42 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:02:42 +0000 |
commit | 7b38a2fd5a9bca974a355b409cf53c25881561b9 (patch) | |
tree | 63e1d1bf298af9be8008674ce0c5ac9238324005 /chrome/browser/history/history.h | |
parent | 81862add7188f848a04aca893b6f595eedb82ffd (diff) | |
download | chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.zip chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.tar.gz chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.tar.bz2 |
Removed unneeded includes of base/time.h.
Review URL: http://codereview.chromium.org/48019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.h')
-rw-r--r-- | chrome/browser/history/history.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 37ade4f..d47f12f 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -15,7 +15,6 @@ #include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "base/task.h" -#include "base/time.h" #include "chrome/browser/cancelable_request.h" #include "chrome/browser/history/history_notifications.h" #include "chrome/browser/history/history_types.h" @@ -39,6 +38,10 @@ class Profile; class SkBitmap; struct ThumbnailScore; +namespace base { + class Time; +} + namespace history { class InMemoryHistoryBackend; |