| Index: chrome/browser/history/top_sites.cc
|
| ===================================================================
|
| --- chrome/browser/history/top_sites.cc (revision 181040)
|
| +++ chrome/browser/history/top_sites.cc (working copy)
|
| @@ -121,7 +121,7 @@
|
| }
|
|
|
| virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
| - history::HistoryDatabase* db) {
|
| + history::HistoryDatabase* db) OVERRIDE {
|
| // Get the most visited urls.
|
| backend->QueryMostVisitedURLsImpl(result_count_,
|
| kDaysOfHistory,
|
| @@ -139,7 +139,7 @@
|
| return true;
|
| }
|
|
|
| - virtual void DoneRunOnMainThread() {
|
| + virtual void DoneRunOnMainThread() OVERRIDE {
|
| top_sites_->FinishHistoryMigration(data_);
|
| }
|
|
|
|
|