| Index: components/webcrypto/algorithms/test_helpers.cc
|
| diff --git a/components/webcrypto/algorithms/test_helpers.cc b/components/webcrypto/algorithms/test_helpers.cc
|
| index 8751735496e94c18fc08f153666312b9e7cc339a..8138f0d5493d9739a7c0508306a4c4b870794860 100644
|
| --- a/components/webcrypto/algorithms/test_helpers.cc
|
| +++ b/components/webcrypto/algorithms/test_helpers.cc
|
| @@ -391,7 +391,7 @@ std::unique_ptr<base::DictionaryValue> GetJwkDictionary(
|
| json.size());
|
| std::unique_ptr<base::Value> value = base::JSONReader::Read(json_string);
|
| EXPECT_TRUE(value.get());
|
| - EXPECT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
|
| + EXPECT_TRUE(value->IsType(base::Value::Type::DICTIONARY));
|
|
|
| return std::unique_ptr<base::DictionaryValue>(
|
| static_cast<base::DictionaryValue*>(value.release()));
|
|
|