| 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 035a50f3776cf54d8e4bb4a355b26aea55b20e8a..d5341678c7b74f155640d1ee6d78d139b398c3bd 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| @@ -154,7 +154,7 @@ class NewTabUIProcessPerTabTest : public NewTabUIBrowserTest {
|
| public:
|
| NewTabUIProcessPerTabTest() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kProcessPerTab);
|
| }
|
| };
|
|
|