| Index: content/test/webrtc_content_browsertest_base.h
|
| diff --git a/content/test/webrtc_content_browsertest_base.h b/content/test/webrtc_content_browsertest_base.h
|
| index 05f2ec2cff827e8ebd29010e51e2dcdbd3f46553..94b7b6a997e4574727199018910af6f663397349 100644
|
| --- a/content/test/webrtc_content_browsertest_base.h
|
| +++ b/content/test/webrtc_content_browsertest_base.h
|
| @@ -15,6 +15,7 @@ class WebRtcContentBrowserTest: public ContentBrowserTest {
|
| public:
|
| virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| virtual void SetUp() OVERRIDE;
|
| + virtual void TearDown() OVERRIDE;
|
|
|
| protected:
|
| // Executes |javascript|. The script is required to use
|
|
|