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

Unified Diff: chrome/browser/policy/device_management_service_configuration.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/policy/device_management_service_configuration.h
diff --git a/chrome/browser/policy/device_management_service_configuration.h b/chrome/browser/policy/device_management_service_configuration.h
index 75fbb5ec428a31b4c1b3959d970173b6b3fc982c..1d1e3aa0a3bd08d8782cc427d121529ebd6f2f97 100644
--- a/chrome/browser/policy/device_management_service_configuration.h
+++ b/chrome/browser/policy/device_management_service_configuration.h
@@ -21,9 +21,9 @@ class DeviceManagementServiceConfiguration
explicit DeviceManagementServiceConfiguration(const std::string& server_url);
virtual ~DeviceManagementServiceConfiguration();
- virtual std::string GetServerUrl() OVERRIDE;
- virtual std::string GetAgentParameter() OVERRIDE;
- virtual std::string GetPlatformParameter() OVERRIDE;
+ virtual std::string GetServerUrl() override;
+ virtual std::string GetAgentParameter() override;
+ virtual std::string GetPlatformParameter() override;
private:
const std::string server_url_;

Powered by Google App Engine
This is Rietveld 408576698