| Index: extensions/common/file_util.cc
|
| diff --git a/extensions/common/file_util.cc b/extensions/common/file_util.cc
|
| index 91d49d0319bebb549d36d938d5d3a51782b9eae1..4bc1b5deb27dc8769580cf21105ff9845181e56e 100644
|
| --- a/extensions/common/file_util.cc
|
| +++ b/extensions/common/file_util.cc
|
| @@ -261,7 +261,7 @@ std::unique_ptr<base::DictionaryValue> LoadManifest(
|
| return NULL;
|
| }
|
|
|
| - if (!root->IsType(base::Value::TYPE_DICTIONARY)) {
|
| + if (!root->IsType(base::Value::Type::DICTIONARY)) {
|
| *error = l10n_util::GetStringUTF8(IDS_EXTENSION_MANIFEST_INVALID);
|
| return NULL;
|
| }
|
|
|