| Index: chrome/browser/history/history_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_browsertest.cc (revision 181040)
|
| +++ chrome/browser/history/history_browsertest.cc (working copy)
|
| @@ -43,11 +43,11 @@
|
| WaitForHistoryTask() {}
|
|
|
| virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
| - history::HistoryDatabase* db) {
|
| + history::HistoryDatabase* db) OVERRIDE {
|
| return true;
|
| }
|
|
|
| - virtual void DoneRunOnMainThread() {
|
| + virtual void DoneRunOnMainThread() OVERRIDE {
|
| MessageLoop::current()->Quit();
|
| }
|
|
|
|
|