Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4337)

Unified Diff: chrome/browser/media/wv_test_license_server_config.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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().

Powered by Google App Engine
This is Rietveld 408576698