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..c9c60f2fbb6cdabfab3084342ce9d33418d7b585 100644 |
--- a/chromeos/network/shill_property_handler_unittest.cc |
+++ b/chromeos/network/shill_property_handler_unittest.cc |
@@ -229,7 +229,8 @@ 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, "" /* guid */, id /* name */, |
+ type, state, |
ipconfig_path, |
true /* visible */, |
add_to_watch_list); |