| Index: components/policy/core/browser/proxy_policy_handler_unittest.cc
|
| diff --git a/components/policy/core/browser/proxy_policy_handler_unittest.cc b/components/policy/core/browser/proxy_policy_handler_unittest.cc
|
| index 10335de4f96dfebf11632e4776195629d7f10cfa..c54fb4c0570c340db799d0f135f2421c0b031936 100644
|
| --- a/components/policy/core/browser/proxy_policy_handler_unittest.cc
|
| +++ b/components/policy/core/browser/proxy_policy_handler_unittest.cc
|
| @@ -46,7 +46,7 @@ class ProxyPolicyHandlerTest
|
| const ProxyPrefs::ProxyMode& expected_proxy_mode) {
|
| const base::Value* value = NULL;
|
| ASSERT_TRUE(store_->GetValue(proxy_config::prefs::kProxy, &value));
|
| - ASSERT_EQ(base::Value::TYPE_DICTIONARY, value->GetType());
|
| + ASSERT_EQ(base::Value::Type::DICTIONARY, value->GetType());
|
| ProxyConfigDictionary dict(
|
| static_cast<const base::DictionaryValue*>(value));
|
| std::string s;
|
|
|