Index: chrome/browser/media/encrypted_media_istypesupported_browsertest.cc |
diff --git a/chrome/browser/media/encrypted_media_istypesupported_browsertest.cc b/chrome/browser/media/encrypted_media_istypesupported_browsertest.cc |
index e6f115e62fcd5b2a865653f9bef5f20dd06d917d..91b725e1dbd11753ba4d92c51659146f0caaf4b8 100644 |
--- a/chrome/browser/media/encrypted_media_istypesupported_browsertest.cc |
+++ b/chrome/browser/media/encrypted_media_istypesupported_browsertest.cc |
@@ -325,7 +325,7 @@ class EncryptedMediaIsTypeSupportedExternalClearKeyTest |
: public EncryptedMediaIsTypeSupportedTest { |
#if defined(ENABLE_PEPPER_CDMS) |
protected: |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
// Platform-specific filename relative to the chrome executable. |
const char adapter_file_name[] = |
#if defined(OS_MACOSX) |
@@ -371,7 +371,7 @@ class EncryptedMediaIsTypeSupportedWidevineTest |
class EncryptedMediaIsTypeSupportedClearKeyCDMRegisteredWithWrongPathTest |
: public EncryptedMediaIsTypeSupportedTest { |
protected: |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
RegisterPepperCdm(command_line, |
"clearkeycdmadapterwrongname.dll", |
"application/x-ppapi-clearkey-cdm", |
@@ -383,7 +383,7 @@ class EncryptedMediaIsTypeSupportedClearKeyCDMRegisteredWithWrongPathTest |
class EncryptedMediaIsTypeSupportedWidevineCDMRegisteredWithWrongPathTest |
: public EncryptedMediaIsTypeSupportedTest { |
protected: |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
RegisterPepperCdm(command_line, |
"widevinecdmadapterwrongname.dll", |
"application/x-ppapi-widevine-cdm", |