| Index: chrome/browser/safe_browsing/safe_browsing_database_bloom.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_database_bloom.h (revision 11750)
|
| +++ chrome/browser/safe_browsing/safe_browsing_database_bloom.h (working copy)
|
| @@ -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:
|
|
|