Index: content/browser/media/encrypted_media_browsertest.cc |
diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc |
index 0716622757bd804e827c410c6caec3ffae1820c9..88c02f90e5568433a0c2c2f0c4cf8deaa2b48b0b 100644 |
--- a/content/browser/media/encrypted_media_browsertest.cc |
+++ b/content/browser/media/encrypted_media_browsertest.cc |
@@ -124,14 +124,14 @@ class EncryptedMediaTest : public content::MediaBrowserTest, |
protected: |
// We want to fail quickly when a test fails because an error is encountered. |
- virtual void AddWaitForTitles(content::TitleWatcher* title_watcher) OVERRIDE { |
+ virtual void AddWaitForTitles(content::TitleWatcher* title_watcher) override { |
MediaBrowserTest::AddWaitForTitles(title_watcher); |
title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kEmeNotSupportedError)); |
title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kEmeKeyError)); |
} |
#if defined(OS_ANDROID) |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
+ virtual void SetUpCommandLine(CommandLine* command_line) override { |
command_line->AppendSwitch( |
switches::kDisableGestureRequirementForMediaPlayback); |
} |