summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 20:02:42 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 20:02:42 +0000
commit7b38a2fd5a9bca974a355b409cf53c25881561b9 (patch)
tree63e1d1bf298af9be8008674ce0c5ac9238324005 /chrome/browser/safe_browsing
parent81862add7188f848a04aca893b6f595eedb82ffd (diff)
downloadchromium_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/safe_browsing')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database_bloom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_bloom.h b/chrome/browser/safe_browsing/safe_browsing_database_bloom.h
index 22b85a8..82d4937 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_bloom.h
+++ b/chrome/browser/safe_browsing/safe_browsing_database_bloom.h
@@ -16,12 +16,15 @@
#include "base/lock.h"
#include "base/scoped_ptr.h"
#include "base/task.h"
-#include "base/time.h"
#include "chrome/browser/safe_browsing/safe_browsing_database.h"
#include "chrome/browser/safe_browsing/safe_browsing_util.h"
#include "chrome/common/sqlite_compiled_statement.h"
#include "chrome/common/sqlite_utils.h"
+namespace base {
+ class Time;
+}
+
// The reference implementation database using SQLite.
class SafeBrowsingDatabaseBloom : public SafeBrowsingDatabase {
public: