| Index: chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| index 82dc35bd0c2cdbd6f39535cbf702ff12a10b3ff1..035a50f3776cf54d8e4bb4a355b26aea55b20e8a 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| @@ -46,7 +46,7 @@ class NewTabUIBrowserTest : public InProcessBrowserTest {
|
| logging::SetLogMessageHandler(NULL);
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| InProcessBrowserTest::TearDown();
|
| ASSERT_FALSE(had_console_errors);
|
| }
|
| @@ -154,7 +154,7 @@ class NewTabUIProcessPerTabTest : public NewTabUIBrowserTest {
|
| public:
|
| NewTabUIProcessPerTabTest() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kProcessPerTab);
|
| }
|
| };
|
|
|