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 c6018bd83ddbf68128697996b962d1d3520ced54..dbc917a2afdb2110280fca4c3b9c75c395dd0bb7 100644 |
--- a/content/test/webrtc_content_browsertest_base.h |
+++ b/content/test/webrtc_content_browsertest_base.h |
@@ -14,8 +14,8 @@ namespace content { |
class WebRtcContentBrowserTest: public ContentBrowserTest { |
public: |
void SetUpCommandLine(base::CommandLine* command_line) override; |
- virtual void SetUp() override; |
- virtual void TearDown() override; |
+ void SetUp() override; |
+ void TearDown() override; |
protected: |
// Executes |javascript|. The script is required to use |