| Index: chromeos/dbus/gsm_sms_client.h
|
| diff --git a/chromeos/dbus/gsm_sms_client.h b/chromeos/dbus/gsm_sms_client.h
|
| index c5fc489809bcb895d849c46d98d712273a4fffc8..4effeffe912160b7b0e3943e47231f6c5268b0df 100644
|
| --- a/chromeos/dbus/gsm_sms_client.h
|
| +++ b/chromeos/dbus/gsm_sms_client.h
|
| @@ -68,7 +68,7 @@ class CHROMEOS_EXPORT GsmSMSClient {
|
| const dbus::ObjectPath& object_path,
|
| const ListCallback& callback) = 0;
|
|
|
| - // Requests a check for new messages. In flimflam this does nothing. The
|
| + // Requests a check for new messages. In shill this does nothing. The
|
| // stub implementation uses it to generate a sequence of test messages.
|
| virtual void RequestUpdate(const std::string& service_name,
|
| const dbus::ObjectPath& object_path) = 0;
|
|
|