| Index: net/http/http_server_properties_manager_unittest.cc
|
| diff --git a/net/http/http_server_properties_manager_unittest.cc b/net/http/http_server_properties_manager_unittest.cc
|
| index 66f1224dbb2ad7bf8b6f6257ad7989a57927e5e9..7ab1f662a68480e381e808fd411542e4fcfca6e8 100644
|
| --- a/net/http/http_server_properties_manager_unittest.cc
|
| +++ b/net/http/http_server_properties_manager_unittest.cc
|
| @@ -1398,7 +1398,7 @@ TEST_P(HttpServerPropertiesManagerTest,
|
| ASSERT_TRUE(pref_dict.GetListWithoutPathExpansion("servers", &servers_list));
|
| base::ListValue::const_iterator it = servers_list->begin();
|
| const base::DictionaryValue* server_pref_dict;
|
| - ASSERT_TRUE((*it)->GetAsDictionary(&server_pref_dict));
|
| + ASSERT_TRUE(it->GetAsDictionary(&server_pref_dict));
|
|
|
| const base::DictionaryValue* example_pref_dict;
|
|
|
|
|