| Index: chrome/browser/plugins/plugin_finder.cc
|
| diff --git a/chrome/browser/plugins/plugin_finder.cc b/chrome/browser/plugins/plugin_finder.cc
|
| index f4cb1eb4c1b89feb608674afc86fe2d21036f697..38cf70454aa0c949f8835c436c53ae0e92ecd359 100644
|
| --- a/chrome/browser/plugins/plugin_finder.cc
|
| +++ b/chrome/browser/plugins/plugin_finder.cc
|
| @@ -230,7 +230,7 @@ base::DictionaryValue* PluginFinder::LoadBuiltInPluginList() {
|
| return nullptr;
|
| }
|
|
|
| - if (value->GetType() != base::Value::TYPE_DICTIONARY) {
|
| + if (value->GetType() != base::Value::Type::DICTIONARY) {
|
| // JSONReader::JSON_PARSE_ERROR_COUNT is used for the case where the JSON
|
| // value has the wrong type.
|
| RecordBuiltInPluginListError(PluginListError::SCHEMA_ERROR);
|
|
|