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

Unified Diff: content/browser/webrtc/webrtc_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_browsertest.cc
diff --git a/content/browser/webrtc/webrtc_browsertest.cc b/content/browser/webrtc/webrtc_browsertest.cc
index 21584a8db6b877444dff4655934676d4568466ea..5504377138e5d7ebf478b354e01a54385e8621cc 100644
--- a/content/browser/webrtc/webrtc_browsertest.cc
+++ b/content/browser/webrtc/webrtc_browsertest.cc
@@ -28,13 +28,13 @@ namespace content {
// This class tests the scenario when permission to access mic or camera is
// granted.
-class MAYBE_WebRtcBrowserTest : public WebRtcContentBrowserTest {
+class MAYBE_WebRtcBrowserTest : public WebRtcContentBrowserTestBase {
public:
MAYBE_WebRtcBrowserTest() {}
~MAYBE_WebRtcBrowserTest() override {}
void SetUpCommandLine(base::CommandLine* command_line) override {
- WebRtcContentBrowserTest::SetUpCommandLine(command_line);
+ WebRtcContentBrowserTestBase::SetUpCommandLine(command_line);
// Automatically grant device permission.
AppendUseFakeUIForMediaStreamFlag();
}

Powered by Google App Engine
This is Rietveld 408576698