| Index: athena/content/content_proxy_browsertest.cc
|
| diff --git a/athena/content/content_proxy_browsertest.cc b/athena/content/content_proxy_browsertest.cc
|
| index 9891bae7ca1fd2d3a76b3607a09f01b44f995f1d..210ee6d43c03dd95491ce1eab2e34df0f33288dd 100644
|
| --- a/athena/content/content_proxy_browsertest.cc
|
| +++ b/athena/content/content_proxy_browsertest.cc
|
| @@ -25,10 +25,10 @@ const char kTestUrl[] = "chrome:about";
|
| class ContentProxyBrowserTest : public AthenaBrowserTest {
|
| public:
|
| ContentProxyBrowserTest() {}
|
| - virtual ~ContentProxyBrowserTest() {}
|
| + ~ContentProxyBrowserTest() override {}
|
|
|
| // AthenaBrowserTest:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(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);
|
|
|