Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc

Issue 10915106: Renaming instances of "flimflam" with "shill", now that we're only (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload after merge Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.h ('k') | chromeos/dbus/mock_flimflam_device_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
diff --git a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
index 9a5735911efefa4a656d56e21cfa4aac626870a1..a22e9061b60ebbd0127659dea4618bdd89d96e79 100644
--- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
@@ -83,38 +83,38 @@ DebugDaemonClient* MockDBusThreadManagerWithoutGMock::GetDebugDaemonClient() {
return NULL;
}
-FlimflamDeviceClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamDeviceClient() {
+ShillDeviceClient*
+ MockDBusThreadManagerWithoutGMock::GetShillDeviceClient() {
NOTIMPLEMENTED();
return NULL;
}
-FlimflamIPConfigClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamIPConfigClient() {
+ShillIPConfigClient*
+ MockDBusThreadManagerWithoutGMock::GetShillIPConfigClient() {
NOTIMPLEMENTED();
return NULL;
}
-FlimflamManagerClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamManagerClient() {
+ShillManagerClient*
+ MockDBusThreadManagerWithoutGMock::GetShillManagerClient() {
NOTIMPLEMENTED();
return NULL;
}
-FlimflamNetworkClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamNetworkClient() {
+ShillNetworkClient*
+ MockDBusThreadManagerWithoutGMock::GetShillNetworkClient() {
NOTIMPLEMENTED();
return NULL;
}
-FlimflamProfileClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamProfileClient() {
+ShillProfileClient*
+ MockDBusThreadManagerWithoutGMock::GetShillProfileClient() {
NOTIMPLEMENTED();
return NULL;
}
-FlimflamServiceClient*
- MockDBusThreadManagerWithoutGMock::GetFlimflamServiceClient() {
+ShillServiceClient*
+ MockDBusThreadManagerWithoutGMock::GetShillServiceClient() {
NOTIMPLEMENTED();
return NULL;
}
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager_without_gmock.h ('k') | chromeos/dbus/mock_flimflam_device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698