| Index: content/test/webrtc_content_browsertest_base.h
|
| diff --git a/content/test/webrtc_content_browsertest_base.h b/content/test/webrtc_content_browsertest_base.h
|
| index 719bd48ff71976edc84ee3264106d19ad5f0587a..c6018bd83ddbf68128697996b962d1d3520ced54 100644
|
| --- a/content/test/webrtc_content_browsertest_base.h
|
| +++ b/content/test/webrtc_content_browsertest_base.h
|
| @@ -13,7 +13,7 @@ namespace content {
|
| // Contains stuff WebRTC browsertests have in common.
|
| class WebRtcContentBrowserTest: public ContentBrowserTest {
|
| public:
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
| virtual void SetUp() override;
|
| virtual void TearDown() override;
|
|
|
|
|