| Index: chrome/browser/history/url_index_private_data.cc
|
| diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc
|
| index b2aea16c55515d19373a830bfaf164f0a93b3acf..fe6d1dd8df6e30904698aa47bcf5aef0e5507457 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -85,8 +85,8 @@ class UpdateRecentVisitsFromHistoryDBTask : public HistoryDBTask {
|
| URLID url_id);
|
|
|
| virtual bool RunOnDBThread(HistoryBackend* backend,
|
| - history::HistoryDatabase* db) OVERRIDE;
|
| - virtual void DoneRunOnMainThread() OVERRIDE;
|
| + history::HistoryDatabase* db) override;
|
| + virtual void DoneRunOnMainThread() override;
|
|
|
| private:
|
| virtual ~UpdateRecentVisitsFromHistoryDBTask();
|
|
|