| Index: athena/content/content_proxy_browsertest.cc
|
| diff --git a/athena/content/content_proxy_browsertest.cc b/athena/content/content_proxy_browsertest.cc
|
| index 210ee6d43c03dd95491ce1eab2e34df0f33288dd..c9628378a872577af00f878cb196b9c7621ca3f2 100644
|
| --- a/athena/content/content_proxy_browsertest.cc
|
| +++ b/athena/content/content_proxy_browsertest.cc
|
| @@ -28,7 +28,7 @@ class ContentProxyBrowserTest : public AthenaBrowserTest {
|
| ~ContentProxyBrowserTest() override {}
|
|
|
| // AthenaBrowserTest:
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| // Make sure that we draw the output - it's required for this test.
|
| command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
|
| AthenaBrowserTest::SetUpCommandLine(command_line);
|
|
|