| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index b374260f16acc0e66e89ccffd2d627365230e3a1..981c8a51c1a1445512f166b57b8399668b6f5551 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -23,7 +23,9 @@
|
| #include "chrome/browser/history/android/android_urls_database.h"
|
| #endif
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace history {
|
|
|
| @@ -67,7 +69,7 @@ class HistoryDatabase : public DownloadDatabase,
|
| // Must call this function to complete initialization. Will return
|
| // sql::INIT_OK on success. Otherwise, no other function should be called. You
|
| // may want to call BeginExclusiveMode after this when you are ready.
|
| - sql::InitStatus Init(const FilePath& history_name,
|
| + sql::InitStatus Init(const base::FilePath& history_name,
|
| sql::ErrorDelegate* error_delegate);
|
|
|
| // Call to set the mode on the database to exclusive. The default locking mode
|
|
|