| 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 94b7b6a997e4574727199018910af6f663397349..804be5a1f5c71c8d88ea09460fee6c72a72ca276 100644
|
| --- a/content/test/webrtc_content_browsertest_base.h
|
| +++ b/content/test/webrtc_content_browsertest_base.h
|
| @@ -13,9 +13,9 @@ namespace content {
|
| // Contains stuff WebRTC browsertests have in common.
|
| class WebRtcContentBrowserTest: public ContentBrowserTest {
|
| public:
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| - virtual void SetUp() OVERRIDE;
|
| - virtual void TearDown() OVERRIDE;
|
| + 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
|
|
|