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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (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/safe_browsing/incident_reporting/preference_validation_delegate.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
index 09abe4f98166ee645cc76597caf0359c0784d822..6addfaef9f3a5ea5e1d6bb0e90ea0a921de54a11 100644
--- a/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
+++ b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
@@ -27,13 +27,13 @@ class PreferenceValidationDelegate
const std::string& pref_path,
const base::Value* value,
PrefHashStoreTransaction::ValueState value_state,
- TrackedPreferenceHelper::ResetAction reset_action) OVERRIDE;
+ TrackedPreferenceHelper::ResetAction reset_action) override;
virtual void OnSplitPreferenceValidation(
const std::string& pref_path,
const base::DictionaryValue* dict_value,
const std::vector<std::string>& invalid_keys,
PrefHashStoreTransaction::ValueState value_state,
- TrackedPreferenceHelper::ResetAction reset_action) OVERRIDE;
+ TrackedPreferenceHelper::ResetAction reset_action) override;
AddIncidentCallback add_incident_;

Powered by Google App Engine
This is Rietveld 408576698