| Index: chrome/installer/util/master_preferences.cc
|
| diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc
|
| index bcb6b8bc03317086003390b65921ad90ba23418e..ec71d23a3293ec3e60d40318f51c88ed5a6db335 100644
|
| --- a/chrome/installer/util/master_preferences.cc
|
| +++ b/chrome/installer/util/master_preferences.cc
|
| @@ -51,7 +51,7 @@ std::vector<std::string> GetNamedList(const char* name,
|
|
|
| base::DictionaryValue* ParseDistributionPreferences(
|
| const std::string& json_data) {
|
| - JSONStringValueSerializer json(json_data);
|
| + JSONStringValueDeserializer json(json_data);
|
| std::string error;
|
| scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
|
| if (!root.get()) {
|
|
|