| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index ccc0db93d5161bbe5468fbe73e283c6dbd930090..d0d79a9b4e376e1bd890baed2cddc3f6e97900dc 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -65,7 +65,7 @@ class HistoryDatabase : public DownloadDatabase,
|
| // database cleanup.
|
| HistoryDatabase();
|
|
|
| - virtual ~HistoryDatabase();
|
| + ~HistoryDatabase() override;
|
|
|
| // Call before Init() to set the error callback to be used for the
|
| // underlying database connection.
|
| @@ -162,7 +162,7 @@ class HistoryDatabase : public DownloadDatabase,
|
| friend class InMemoryURLIndexTest;
|
|
|
| // Overridden from URLDatabase:
|
| - virtual sql::Connection& GetDB() override;
|
| + sql::Connection& GetDB() override;
|
|
|
| // Migration -----------------------------------------------------------------
|
|
|
|
|