diff options
Diffstat (limited to 'chrome/installer/util/master_preferences.cc')
-rw-r--r-- | chrome/installer/util/master_preferences.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc index bcb6b8b..ec71d23 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()) { |