| 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 630d40556f4dacd5f84e8b37625203e481fc8cc2..5c0130ed4b4c2ef59bc6b2d570a155285edd8512 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui_browsertest.cc
|
| @@ -152,7 +152,7 @@ class NewTabUIProcessPerTabTest : public NewTabUIBrowserTest {
|
| public:
|
| NewTabUIProcessPerTabTest() {}
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kProcessPerTab);
|
| }
|
| };
|
|
|