| Index: chrome/browser/history/archived_database.h
|
| diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h
|
| index b157f66e74ce19045c0cbe2b89c67d8c5740b715..0fe7184acfc25a3fa8099534421a1d2f167a8e2a 100644
|
| --- a/chrome/browser/history/archived_database.h
|
| +++ b/chrome/browser/history/archived_database.h
|
| @@ -12,7 +12,9 @@
|
| #include "sql/init_status.h"
|
| #include "sql/meta_table.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace history {
|
|
|
| @@ -30,7 +32,7 @@ class ArchivedDatabase : public URLDatabase,
|
|
|
| // Initializes the database connection. This must return true before any other
|
| // functions on this class are called.
|
| - bool Init(const FilePath& file_name);
|
| + bool Init(const base::FilePath& file_name);
|
|
|
| // Transactions on the database. We support nested transactions and only
|
| // commit when the outermost one is committed (sqlite doesn't support true
|
|
|