Index: chromeos/dbus/sms_client.h |
diff --git a/chromeos/dbus/sms_client.h b/chromeos/dbus/sms_client.h |
index 44cfa89ef02b1dc508374a2e3f8b082159c662c4..cf2fb271098c9710e400283af6c7ed0890296ce0 100644 |
--- a/chromeos/dbus/sms_client.h |
+++ b/chromeos/dbus/sms_client.h |
@@ -35,7 +35,7 @@ class CHROMEOS_EXPORT SMSClient : public DBusClient { |
// Factory function, creates a new instance and returns ownership. |
// For normal usage, access the singleton via DBusThreadManager::Get(). |
- static SMSClient* Create(DBusClientImplementationType type); |
+ static SMSClient* Create(); |
// Calls GetAll method. |callback| is called after the method call succeeds. |
virtual void GetAll(const std::string& service_name, |