Chromium Code Reviews

Unified Diff: components/policy/core/common/preferences_mock_mac.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/policy/core/common/preferences_mock_mac.h
diff --git a/components/policy/core/common/preferences_mock_mac.h b/components/policy/core/common/preferences_mock_mac.h
index f28f8fef59ac03530adeaf9fc9d23bfe7a53bc2a..1ae517ed1bf598cd52c39d1b232dbb67c0c597c8 100644
--- a/components/policy/core/common/preferences_mock_mac.h
+++ b/components/policy/core/common/preferences_mock_mac.h
@@ -15,13 +15,13 @@ class POLICY_EXPORT MockPreferences : public MacPreferences {
MockPreferences();
virtual ~MockPreferences();
- virtual Boolean AppSynchronize(CFStringRef applicationID) OVERRIDE;
+ virtual Boolean AppSynchronize(CFStringRef applicationID) override;
virtual CFPropertyListRef CopyAppValue(CFStringRef key,
- CFStringRef applicationID) OVERRIDE;
+ CFStringRef applicationID) override;
virtual Boolean AppValueIsForced(CFStringRef key,
- CFStringRef applicationID) OVERRIDE;
+ CFStringRef applicationID) override;
// Adds a preference item with the given info to the test set.
void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);

Powered by Google App Engine