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

Unified Diff: components/user_prefs/tracked/mock_validation_delegate.cc

Issue 2722483005: Change configuration of user prefs to use mojo. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « components/user_prefs/tracked/DEPS ('k') | components/user_prefs/tracked/pref_hash_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/tracked/mock_validation_delegate.cc
diff --git a/components/user_prefs/tracked/mock_validation_delegate.cc b/components/user_prefs/tracked/mock_validation_delegate.cc
index 4362f9911a46324c7805b5cbd079209a7edbe6cc..c82deb50a5f3cc981cc69895fb967f10768f7895 100644
--- a/components/user_prefs/tracked/mock_validation_delegate.cc
+++ b/components/user_prefs/tracked/mock_validation_delegate.cc
@@ -63,7 +63,7 @@ void MockValidationDelegate::OnAtomicPreferenceValidation(
bool is_personal) {
record_->RecordValidation(pref_path, value_state,
external_validation_value_state, is_personal,
- PrefHashFilter::TRACKING_STRATEGY_ATOMIC);
+ PrefHashFilter::PrefTrackingStrategy::ATOMIC);
}
void MockValidationDelegate::OnSplitPreferenceValidation(
@@ -75,5 +75,5 @@ void MockValidationDelegate::OnSplitPreferenceValidation(
bool is_personal) {
record_->RecordValidation(pref_path, value_state,
external_validation_value_state, is_personal,
- PrefHashFilter::TRACKING_STRATEGY_SPLIT);
+ PrefHashFilter::PrefTrackingStrategy::SPLIT);
}
« no previous file with comments | « components/user_prefs/tracked/DEPS ('k') | components/user_prefs/tracked/pref_hash_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698