Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: content/browser/webrtc/webrtc_datachannel_browsertest.cc

Issue 2205423002: webrtc content_browsetests file/class naming cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « content/browser/webrtc/webrtc_data_browsertest.cc ('k') | content/browser/webrtc/webrtc_getusermedia_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698