| Index: chromeos/dbus/mock_shill_ipconfig_client.cc
|
| diff --git a/chromeos/dbus/mock_flimflam_profile_client.cc b/chromeos/dbus/mock_shill_ipconfig_client.cc
|
| similarity index 55%
|
| rename from chromeos/dbus/mock_flimflam_profile_client.cc
|
| rename to chromeos/dbus/mock_shill_ipconfig_client.cc
|
| index a9dc01e7b0cfd7d2403ae32b184b9994d55eec91..00053ebdbd5492eb80c2ad781dab42d078a6c109 100644
|
| --- a/chromeos/dbus/mock_flimflam_profile_client.cc
|
| +++ b/chromeos/dbus/mock_shill_ipconfig_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_profile_client.h"
|
| +#include "chromeos/dbus/mock_shill_ipconfig_client.h"
|
|
|
| namespace chromeos {
|
|
|
| -MockFlimflamProfileClient::MockFlimflamProfileClient() {}
|
| +MockShillIPConfigClient::MockShillIPConfigClient() {}
|
|
|
| -MockFlimflamProfileClient::~MockFlimflamProfileClient() {}
|
| +MockShillIPConfigClient::~MockShillIPConfigClient() {}
|
|
|
| } // namespace chromeos
|
|
|