Index: chromeos/dbus/fake_shill_service_client.cc |
diff --git a/chromeos/dbus/fake_shill_service_client.cc b/chromeos/dbus/fake_shill_service_client.cc |
index da3a810d913e0f7eaf27d84b05abd724b5db1381..0bb149636b572e7d73e8f047f001c46b035d16ad 100644 |
--- a/chromeos/dbus/fake_shill_service_client.cc |
+++ b/chromeos/dbus/fake_shill_service_client.cc |
@@ -390,7 +390,7 @@ void FakeShillServiceClient::AddServiceWithIPConfig( |
void FakeShillServiceClient::RemoveService(const std::string& service_path) { |
DBusThreadManager::Get()->GetShillManagerClient()->GetTestInterface()-> |
- RemoveManagerService(service_path); |
+ RemoveManagerService(service_path, true); |
stub_services_.RemoveWithoutPathExpansion(service_path, NULL); |
connect_behavior_.erase(service_path); |