| Index: chrome/installer/util/master_preferences.cc
|
| diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc
|
| index 3e98d1fa0f212c8d99d40a808c94df61543ad89a..864c0de041e82585c8889e144a5615670e6c4e73 100644
|
| --- a/chrome/installer/util/master_preferences.cc
|
| +++ b/chrome/installer/util/master_preferences.cc
|
| @@ -66,7 +66,7 @@ DictionaryValue* ParseDistributionPreferences(
|
| LOG(WARNING) << "Failed to parse master prefs file: " << error;
|
| return NULL;
|
| }
|
| - if (!root->IsType(Value::TYPE_DICTIONARY)) {
|
| + if (!root->IsDictionary()) {
|
| LOG(WARNING) << "Failed to parse master prefs file: "
|
| << "Root item must be a dictionary.";
|
| return NULL;
|
|
|