| Index: chrome/browser/history/history_browsertest.cc
|
| diff --git a/chrome/browser/history/history_browsertest.cc b/chrome/browser/history/history_browsertest.cc
|
| index e6b6f7dccd67f63c6af97e14fdf504fe50959955..0321a18226e6e1d65f30ad5c484f55d84aefb7b0 100644
|
| --- a/chrome/browser/history/history_browsertest.cc
|
| +++ b/chrome/browser/history/history_browsertest.cc
|
| @@ -44,11 +44,11 @@ class WaitForHistoryTask : public history::HistoryDBTask {
|
| WaitForHistoryTask() {}
|
|
|
| virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
| - history::HistoryDatabase* db) OVERRIDE {
|
| + history::HistoryDatabase* db) override {
|
| return true;
|
| }
|
|
|
| - virtual void DoneRunOnMainThread() OVERRIDE {
|
| + virtual void DoneRunOnMainThread() override {
|
| base::MessageLoop::current()->Quit();
|
| }
|
|
|
| @@ -62,7 +62,7 @@ class WaitForHistoryTask : public history::HistoryDBTask {
|
|
|
| class HistoryBrowserTest : public InProcessBrowserTest {
|
| protected:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kEnableFileCookies);
|
| }
|
|
|
|
|