| 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 fe6d1dd8df6e30904698aa47bcf5aef0e5507457..cff18496dae68a6d4456893f385258476ca23227 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -84,12 +84,12 @@ class UpdateRecentVisitsFromHistoryDBTask : public HistoryDBTask {
|
| URLIndexPrivateData* private_data,
|
| URLID url_id);
|
|
|
| - virtual bool RunOnDBThread(HistoryBackend* backend,
|
| - history::HistoryDatabase* db) override;
|
| - virtual void DoneRunOnMainThread() override;
|
| + bool RunOnDBThread(HistoryBackend* backend,
|
| + history::HistoryDatabase* db) override;
|
| + void DoneRunOnMainThread() override;
|
|
|
| private:
|
| - virtual ~UpdateRecentVisitsFromHistoryDBTask();
|
| + ~UpdateRecentVisitsFromHistoryDBTask() override;
|
|
|
| // The URLIndexPrivateData that gets updated after the historyDB
|
| // task returns.
|
|
|