Index: chrome/browser/media/chrome_webrtc_browsertest.cc |
diff --git a/chrome/browser/media/chrome_webrtc_browsertest.cc b/chrome/browser/media/chrome_webrtc_browsertest.cc |
index cbe994d980c206edb385055d1c1bcee87547539c..8000da00808f42d0f311c952e272a370bdf0b93d 100644 |
--- a/chrome/browser/media/chrome_webrtc_browsertest.cc |
+++ b/chrome/browser/media/chrome_webrtc_browsertest.cc |
@@ -24,11 +24,11 @@ static const char kMainWebrtcTestHtmlPage[] = |
// system. |
class WebRtcBrowserTest : public WebRtcTestBase { |
public: |
- 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 { |
// Ensure the infobar is enabled, since we expect that in this test. |
EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream)); |