Index: chromeos/dbus/gsm_sms_client.h |
diff --git a/chromeos/dbus/gsm_sms_client.h b/chromeos/dbus/gsm_sms_client.h |
index 537b4e463f118a61ebb4921cabbd1018fa863e3e..68d82750a8d55288e74452eb97823ad42c4045af 100644 |
--- a/chromeos/dbus/gsm_sms_client.h |
+++ b/chromeos/dbus/gsm_sms_client.h |
@@ -25,7 +25,7 @@ class ObjectPath; |
namespace chromeos { |
-// GsmSMSClient is used to communicate with |
+// GsmSMSClient is used to communicate with the |
// org.freedesktop.ModemManager.Modem.Gsm.SMS service. |
// All methods should be called from the origin thread (UI thread) which |
// initializes the DBusThreadManager instance. |
@@ -43,12 +43,12 @@ class CHROMEOS_EXPORT GsmSMSClient { |
static GsmSMSClient* Create(DBusClientImplementationType type, |
dbus::Bus* bus); |
- // Sets DataPlansUpdate signal handler. |
+ // Sets SmsReceived signal handler. |
virtual void SetSmsReceivedHandler(const std::string& service_name, |
const dbus::ObjectPath& object_path, |
const SmsReceivedHandler& handler) = 0; |
- // Resets DataPlansUpdate signal handler. |
+ // Resets SmsReceived signal handler. |
virtual void ResetSmsReceivedHandler(const std::string& service_name, |
const dbus::ObjectPath& object_path) = 0; |