| Index: chromeos/network/managed_network_configuration_handler_unittest.cc
|
| diff --git a/chromeos/network/managed_network_configuration_handler_unittest.cc b/chromeos/network/managed_network_configuration_handler_unittest.cc
|
| index ca03cac4ffc8284480b6a05bb92da199ce00b284..7242979de094a0abd2f8a709250cb26cf5ada495 100644
|
| --- a/chromeos/network/managed_network_configuration_handler_unittest.cc
|
| +++ b/chromeos/network/managed_network_configuration_handler_unittest.cc
|
| @@ -132,7 +132,7 @@ class ShillProfileTestClient {
|
| entry_paths->AppendString(it.key());
|
| }
|
|
|
| - ASSERT_TRUE(ContainsKey(profile_to_user_, profile_path.value()));
|
| + ASSERT_TRUE(base::ContainsKey(profile_to_user_, profile_path.value()));
|
| const std::string& userhash = profile_to_user_[profile_path.value()];
|
| result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash);
|
|
|
|
|