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

Unified Diff: content/browser/webrtc/webrtc_content_browsertest_base.h

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_content_browsertest_base.h
diff --git a/content/browser/webrtc/webrtc_content_browsertest_base.h b/content/browser/webrtc/webrtc_content_browsertest_base.h
index 7697671efde1f009dd0adcbf52e0e1261fc9b4ee..52f62bfd7f22e824ca3dc15d18e1238a62fca0bb 100644
--- a/content/browser/webrtc/webrtc_content_browsertest_base.h
+++ b/content/browser/webrtc/webrtc_content_browsertest_base.h
@@ -14,7 +14,7 @@ class CommandLine;
namespace content {
// Contains stuff WebRTC browsertests have in common.
-class WebRtcContentBrowserTest: public ContentBrowserTest {
+class WebRtcContentBrowserTestBase : public ContentBrowserTest {
public:
void SetUpCommandLine(base::CommandLine* command_line) override;
void SetUp() override;

Powered by Google App Engine
This is Rietveld 408576698