| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index 1f88efc34c5cd7b50b053e332c715589b7091270..dffd9f4cbf25ab598bf1e3a487638764bab71eef 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -147,6 +147,9 @@ class HistoryDatabase : public DownloadDatabase,
|
| // Overridden from URLDatabase:
|
| virtual sql::Connection& GetDB() OVERRIDE;
|
|
|
| + // Overridden from DownloadDatabase:
|
| + virtual sql::MetaTable& GetMetaTable() OVERRIDE;
|
| +
|
| // Migration -----------------------------------------------------------------
|
|
|
| // Makes sure the version is up-to-date, updating if necessary. If the
|
|
|