| Index: chromeos/dbus/gsm_sms_client.h
|
| diff --git a/chromeos/dbus/gsm_sms_client.h b/chromeos/dbus/gsm_sms_client.h
|
| index af30753abd5c038f5bad2d24cd87b50d7cb42609..d90c96a63940da68bbabb5265df7ee1dfd27d543 100644
|
| --- a/chromeos/dbus/gsm_sms_client.h
|
| +++ b/chromeos/dbus/gsm_sms_client.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/callback.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -39,7 +38,7 @@ class CHROMEOS_EXPORT GsmSMSClient : public DBusClient {
|
|
|
| // Factory function, creates a new instance and returns ownership.
|
| // For normal usage, access the singleton via DBusThreadManager::Get().
|
| - static GsmSMSClient* Create(DBusClientImplementationType type);
|
| + static GsmSMSClient* Create();
|
|
|
| // Sets SmsReceived signal handler.
|
| virtual void SetSmsReceivedHandler(const std::string& service_name,
|
|
|