| Index: chrome/browser/history/archived_database.h
|
| diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h
|
| index 7303d35358b2026c9058604990f6f6567f91068b..053a490627c2821b1987fa6991bbe48293b5f2fb 100644
|
| --- a/chrome/browser/history/archived_database.h
|
| +++ b/chrome/browser/history/archived_database.h
|
| @@ -41,7 +41,7 @@ class ArchivedDatabase : public URLDatabase,
|
|
|
| private:
|
| // Implemented for the specialized databases.
|
| - virtual sql::Connection& GetDB();
|
| + virtual sql::Connection& GetDB() OVERRIDE;
|
|
|
| // Makes sure the version is up-to-date, updating if necessary. If the
|
| // database is too old to migrate, the user will be notified. In this case, or
|
|
|