| Index: components/safe_json/testing_json_parser_unittest.cc
|
| diff --git a/components/safe_json/testing_json_parser_unittest.cc b/components/safe_json/testing_json_parser_unittest.cc
|
| index 1e944a98fa2fbdd4e88a9b3c64055216f6ce1a6a..63f638fa09490efaabfe972cfb288995121ff333 100644
|
| --- a/components/safe_json/testing_json_parser_unittest.cc
|
| +++ b/components/safe_json/testing_json_parser_unittest.cc
|
| @@ -40,7 +40,7 @@ class TestingJsonParserTest : public testing::Test {
|
| test->did_success_ = true;
|
| quit_closure.Run();
|
|
|
| - ASSERT_TRUE(value->IsType(base::Value::TYPE_DICTIONARY));
|
| + ASSERT_TRUE(value->IsType(base::Value::Type::DICTIONARY));
|
| base::DictionaryValue* dict;
|
| ASSERT_TRUE(value->GetAsDictionary(&dict));
|
| int key_value = 0;
|
|
|