Index: chrome/browser/prefs/pref_hash_filter.cc |
diff --git a/chrome/browser/prefs/pref_hash_filter.cc b/chrome/browser/prefs/pref_hash_filter.cc |
index 381fbace615328531738d57fd6b13025bba6487c..5fecdd70a7c8c70edb2df13b4b92cd47262a2455 100644 |
--- a/chrome/browser/prefs/pref_hash_filter.cc |
+++ b/chrome/browser/prefs/pref_hash_filter.cc |
@@ -107,7 +107,7 @@ void PrefHashFilter::MigrateValues(PersistentPrefStore* source, |
// TrackedPreference to act on it. |
temp_dictionary.Set(it->first, source_value->DeepCopy()); |
// Check whether the value is correct according to our MAC. May remove the |
- // value from |temp_dictionary|. |
+ // value from |temp_dictionary|. |
it->second->EnforceAndReport(&temp_dictionary, transaction.get()); |
// Now take the value as it appears in |temp_dictionary| and put it in |
// |destination|. |