| Index: chrome/browser/history/archived_database.h
|
| diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h
|
| index 5ab83a64452c90b63c27ff15a1fb55fa38ef2a20..899d2de52a284e066d5a0e663378f9bb7135eda4 100644
|
| --- a/chrome/browser/history/archived_database.h
|
| +++ b/chrome/browser/history/archived_database.h
|
| @@ -43,6 +43,8 @@ class ArchivedDatabase : public URLDatabase,
|
| static int GetCurrentVersion();
|
|
|
| private:
|
| + bool InitTables();
|
| +
|
| // Implemented for the specialized databases.
|
| virtual sql::Connection& GetDB() OVERRIDE;
|
|
|
|
|