| Index: chrome/installer/util/master_preferences.cc
|
| diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc
|
| index 2c08b1f2043ed0a6d5bc149e18c15e3979d93bc6..03ba1b0405bd3894620f8a381a5624263896a7d4 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()) {
|
|
|