| 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;
|
|
|