Index: chrome/browser/media/wv_test_license_server_config.h |
diff --git a/chrome/browser/media/wv_test_license_server_config.h b/chrome/browser/media/wv_test_license_server_config.h |
index 4acfd692c8a2a382baad69899e3ee625af275d9f..60e12c81fd65825ca2be88e6e3e6fc06da36358a 100644 |
--- a/chrome/browser/media/wv_test_license_server_config.h |
+++ b/chrome/browser/media/wv_test_license_server_config.h |
@@ -13,11 +13,11 @@ class WVTestLicenseServerConfig : public TestLicenseServerConfig { |
WVTestLicenseServerConfig(); |
virtual ~WVTestLicenseServerConfig(); |
- virtual std::string GetServerURL() OVERRIDE; |
+ virtual std::string GetServerURL() override; |
- virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE; |
+ virtual bool GetServerCommandLine(base::CommandLine* command_line) override; |
- virtual bool IsPlatformSupported() OVERRIDE; |
+ virtual bool IsPlatformSupported() override; |
private: |
// Server port. The port value should be set by calling SelectServerPort(). |