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

Unified Diff: chrome/browser/chromeos/cros/sms_watcher.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 | « chrome/browser/chromeos/cros/sms_watcher.h ('k') | chrome/browser/chromeos/login/captive_portal_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/sms_watcher.cc
diff --git a/chrome/browser/chromeos/cros/sms_watcher.cc b/chrome/browser/chromeos/cros/sms_watcher.cc
index d7efb29f7ac1644b01bf725dea60d70b8bbb4b6b..c5a43356820de7070f032ab55de1c5a875f68b1c 100644
--- a/chrome/browser/chromeos/cros/sms_watcher.cc
+++ b/chrome/browser/chromeos/cros/sms_watcher.cc
@@ -12,7 +12,7 @@
#include "base/bind.h"
#include "base/values.h"
#include "chromeos/dbus/dbus_thread_manager.h"
-#include "chromeos/dbus/flimflam_device_client.h"
+#include "chromeos/dbus/shill_device_client.h"
#include "chromeos/dbus/gsm_sms_client.h"
#include "chromeos/dbus/modem_messaging_client.h"
#include "chromeos/dbus/sms_client.h"
@@ -364,7 +364,7 @@ SMSWatcher::SMSWatcher(const std::string& modem_device_path,
: weak_ptr_factory_(this),
device_path_(modem_device_path),
callback_(callback) {
- DBusThreadManager::Get()->GetFlimflamDeviceClient()->GetProperties(
+ DBusThreadManager::Get()->GetShillDeviceClient()->GetProperties(
dbus::ObjectPath(modem_device_path),
base::Bind(&SMSWatcher::DevicePropertiesCallback,
weak_ptr_factory_.GetWeakPtr()));
« no previous file with comments | « chrome/browser/chromeos/cros/sms_watcher.h ('k') | chrome/browser/chromeos/login/captive_portal_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698