| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index f027ebb85f42f8e2946ebcbff1345facb1c16e0a..77a00b8d51e57a6a4ec12b7fed249b3ef54f4f51 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -146,7 +146,7 @@ class HistoryDatabase : public DownloadDatabase,
|
| FRIEND_TEST_ALL_PREFIXES(IconMappingMigrationTest, TestIconMappingMigration);
|
|
|
| // Implemented for URLDatabase.
|
| - virtual sql::Connection& GetDB();
|
| + virtual sql::Connection& GetDB() OVERRIDE;
|
|
|
| // Migration -----------------------------------------------------------------
|
|
|
|
|