| Index: chromeos/dbus/mock_shill_service_client.cc
|
| diff --git a/chromeos/dbus/mock_flimflam_device_client.cc b/chromeos/dbus/mock_shill_service_client.cc
|
| similarity index 56%
|
| rename from chromeos/dbus/mock_flimflam_device_client.cc
|
| rename to chromeos/dbus/mock_shill_service_client.cc
|
| index b26517b4b028000468e60ebfa2cd06b1c4270a8c..5ecbc60e3d7688e6ab0605c8365eda682b02e40b 100644
|
| --- a/chromeos/dbus/mock_flimflam_device_client.cc
|
| +++ b/chromeos/dbus/mock_shill_service_client.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromeos/dbus/mock_flimflam_device_client.h"
|
| +#include "chromeos/dbus/mock_shill_service_client.h"
|
|
|
| namespace chromeos {
|
|
|
| -MockFlimflamDeviceClient::MockFlimflamDeviceClient() {}
|
| +MockShillServiceClient::MockShillServiceClient() {}
|
|
|
| -MockFlimflamDeviceClient::~MockFlimflamDeviceClient() {}
|
| +MockShillServiceClient::~MockShillServiceClient() {}
|
|
|
| } // namespace chromeos
|
|
|