| 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..c0bd2c3b04ae2971d10decb22e0eea95f19614ac 100644
|
| --- a/chromeos/dbus/fake_shill_manager_client.cc
|
| +++ b/chromeos/dbus/fake_shill_manager_client.cc
|
| @@ -250,7 +250,7 @@ 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, type,
|
| shill::kStateIdle, ipconfig_path,
|
| true /* visible */,
|
| true /* watch */);
|
|
|