| Index: content/browser/webrtc/webrtc_datachannel_browsertest.cc
|
| diff --git a/content/browser/webrtc/webrtc_datachannel_browsertest.cc b/content/browser/webrtc/webrtc_datachannel_browsertest.cc
|
| index 2f38647615d569ac7f41f95461052e363b04ff2b..4c47f21851b1bcc624fc516438d49b3b4370367e 100644
|
| --- a/content/browser/webrtc/webrtc_datachannel_browsertest.cc
|
| +++ b/content/browser/webrtc/webrtc_datachannel_browsertest.cc
|
| @@ -25,13 +25,13 @@ namespace content {
|
| #define MAYBE_WebRtcDataChannelTest WebRtcDataChannelTest
|
| #endif
|
|
|
| -class MAYBE_WebRtcDataChannelTest : public WebRtcContentBrowserTest {
|
| +class MAYBE_WebRtcDataChannelTest : public WebRtcContentBrowserTestBase {
|
| public:
|
| MAYBE_WebRtcDataChannelTest() {}
|
| ~MAYBE_WebRtcDataChannelTest() override {}
|
|
|
| void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - WebRtcContentBrowserTest::SetUpCommandLine(command_line);
|
| + WebRtcContentBrowserTestBase::SetUpCommandLine(command_line);
|
| AppendUseFakeUIForMediaStreamFlag();
|
| base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kJavaScriptFlags, kJavaScriptFeaturesNeeded);
|
|
|