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

Unified Diff: components/policy/core/browser/autofill_policy_handler.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/core/browser/autofill_policy_handler.h
diff --git a/components/policy/core/browser/autofill_policy_handler.h b/components/policy/core/browser/autofill_policy_handler.h
index 983e973940d89d03cc9ccfa1f850972ff5a63ba5..67b90bec57c5e45dd4d2798ec06d4368d448b127 100644
--- a/components/policy/core/browser/autofill_policy_handler.h
+++ b/components/policy/core/browser/autofill_policy_handler.h
@@ -18,7 +18,7 @@ class POLICY_EXPORT AutofillPolicyHandler : public TypeCheckingPolicyHandler {
// ConfigurationPolicyHandler methods:
virtual void ApplyPolicySettings(const PolicyMap& policies,
- PrefValueMap* prefs) OVERRIDE;
+ PrefValueMap* prefs) override;
private:
DISALLOW_COPY_AND_ASSIGN(AutofillPolicyHandler);
« no previous file with comments | « components/plugins/renderer/plugin_placeholder.h ('k') | components/policy/core/browser/browser_policy_connector_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698