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

Unified Diff: chrome/browser/prefs/tracked/mock_validation_delegate.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/prefs/tracked/mock_validation_delegate.h
diff --git a/chrome/browser/prefs/tracked/mock_validation_delegate.h b/chrome/browser/prefs/tracked/mock_validation_delegate.h
index 1719e580fad886f085ebf942050d6d22ea88f5af..e57250825b20175d1c0779aa40876d378eec05da 100644
--- a/chrome/browser/prefs/tracked/mock_validation_delegate.h
+++ b/chrome/browser/prefs/tracked/mock_validation_delegate.h
@@ -52,13 +52,13 @@ class MockValidationDelegate : public TrackedPreferenceValidationDelegate {
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;
private:
// Adds a new validation event.
« no previous file with comments | « chrome/browser/prefs/tracked/interceptable_pref_filter.h ('k') | chrome/browser/prefs/tracked/pref_hash_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698