| Index: chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc b/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
|
| index 66adec47c8e071be1132ea02722144cdf9687571..54363f202253f73fc71a45849a5e7fa43917a57b 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
|
| @@ -273,7 +273,7 @@ TEST_F(PolicyProviderTest, AutoSelectCertificateList) {
|
| &provider, google_url, google_url,
|
| CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE, std::string(), false));
|
|
|
| - ASSERT_EQ(base::Value::TYPE_DICTIONARY, cert_filter->GetType());
|
| + ASSERT_EQ(base::Value::Type::DICTIONARY, cert_filter->GetType());
|
| base::DictionaryValue* dict_value =
|
| static_cast<base::DictionaryValue*>(cert_filter.get());
|
| std::string actual_common_name;
|
|
|