Index: chrome/browser/prefs/pref_model_associator.cc |
diff --git a/chrome/browser/prefs/pref_model_associator.cc b/chrome/browser/prefs/pref_model_associator.cc |
index 5edab2558daa0c3e3a8870d14943ba2feada3484..27fec3bb465f36a771b78830e714924199156026 100644 |
--- a/chrome/browser/prefs/pref_model_associator.cc |
+++ b/chrome/browser/prefs/pref_model_associator.cc |
@@ -254,7 +254,7 @@ Value* PrefModelAssociator::MergeDictionaryValues( |
for (DictionaryValue::key_iterator key = from_dict_value.begin_keys(); |
key != from_dict_value.end_keys(); ++key) { |
- Value* from_value; |
+ const Value* from_value; |
bool success = from_dict_value.GetWithoutPathExpansion(*key, &from_value); |
DCHECK(success); |