| Index: chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| diff --git a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| index a8f64c02c65de29756dfae32c08680732ca9adeb..e6210f7eb36119390ba7c6cfaea0979708513aee 100644
|
| --- a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| +++ b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| @@ -31,11 +31,11 @@ class WebRtcDisableEncryptionFlagBrowserTest : public WebRtcTestBase {
|
| WebRtcDisableEncryptionFlagBrowserTest() {}
|
| virtual ~WebRtcDisableEncryptionFlagBrowserTest() {}
|
|
|
| - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| + virtual void SetUpInProcessBrowserTestFixture() override {
|
| DetectErrorsInJavaScript(); // Look for errors in our rather complex js.
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| // This test should run with fake devices.
|
| command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
|
|
|
|
|