| Index: ui/compositor/layer_unittest.cc
|
| diff --git a/ui/compositor/layer_unittest.cc b/ui/compositor/layer_unittest.cc
|
| index 6af9ee719b955df2474e2d0c8357d06a986fda74..75f29657e53620cc735248da11207cf9495fdbc8 100644
|
| --- a/ui/compositor/layer_unittest.cc
|
| +++ b/ui/compositor/layer_unittest.cc
|
| @@ -924,7 +924,7 @@ TEST_F(LayerWithNullDelegateTest, EscapedDebugNames) {
|
| base::JSONReader json_reader;
|
| std::unique_ptr<base::Value> debug_info_value(json_reader.ReadToValue(json));
|
| EXPECT_TRUE(debug_info_value);
|
| - EXPECT_TRUE(debug_info_value->IsType(base::Value::TYPE_DICTIONARY));
|
| + EXPECT_TRUE(debug_info_value->IsType(base::Value::Type::DICTIONARY));
|
| base::DictionaryValue* dictionary = 0;
|
| EXPECT_TRUE(debug_info_value->GetAsDictionary(&dictionary));
|
| std::string roundtrip;
|
|
|