| Index: chromeos/network/shill_property_handler_unittest.cc
|
| diff --git a/chromeos/network/shill_property_handler_unittest.cc b/chromeos/network/shill_property_handler_unittest.cc
|
| index 7655d84e0377371f1aca7a8478566e13ac0f09ba..313e1619cb48c51b7436bf41197d603069f11e1f 100644
|
| --- a/chromeos/network/shill_property_handler_unittest.cc
|
| +++ b/chromeos/network/shill_property_handler_unittest.cc
|
| @@ -229,7 +229,11 @@ class ShillPropertyHandlerTest : public testing::Test {
|
| const std::string& ipconfig_path,
|
| bool add_to_watch_list) {
|
| ASSERT_TRUE(IsValidType(type));
|
| - service_test_->AddServiceWithIPConfig(id, id, type, state,
|
| + service_test_->AddServiceWithIPConfig(id, /* service_path */
|
| + "" /* guid */,
|
| + id /* name */,
|
| + type,
|
| + state,
|
| ipconfig_path,
|
| true /* visible */,
|
| add_to_watch_list);
|
|
|