| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index c3adf0f8ae1ebda590b7c0d5290dbeeee00ea21e..ccc0db93d5161bbe5468fbe73e283c6dbd930090 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -162,7 +162,7 @@ class HistoryDatabase : public DownloadDatabase,
|
| friend class InMemoryURLIndexTest;
|
|
|
| // Overridden from URLDatabase:
|
| - virtual sql::Connection& GetDB() OVERRIDE;
|
| + virtual sql::Connection& GetDB() override;
|
|
|
| // Migration -----------------------------------------------------------------
|
|
|
|
|