Index: chromeos/dbus/fake_shill_manager_client.cc |
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc |
index 452f16d20b943eb137101b810f3071a4d90cb894..117f85013be85739a469398546f6bad78024f8da 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.cc |
+++ b/chromeos/dbus/fake_shill_manager_client.cc |
@@ -250,7 +250,10 @@ void FakeShillManagerClient::ConfigureService( |
if (!existing_properties) { |
// Add a new service to the service client stub because none exists, yet. |
// This calls AddManagerService. |
- service_client->AddServiceWithIPConfig(service_path, guid, type, |
+ service_client->AddServiceWithIPConfig(service_path, |
+ guid /* guid */, |
+ guid /* name */, |
+ type, |
shill::kStateIdle, ipconfig_path, |
true /* visible */, |
true /* watch */); |