| Index: chromeos/dbus/introspectable_client.h
|
| diff --git a/chromeos/dbus/introspectable_client.h b/chromeos/dbus/introspectable_client.h
|
| index 573b9f962ea0684248c1e41240ecf7344e17caa5..792b1caa391b01bc598def0e5eb32c00b3404e08 100644
|
| --- a/chromeos/dbus/introspectable_client.h
|
| +++ b/chromeos/dbus/introspectable_client.h
|
| @@ -45,7 +45,7 @@ class CHROMEOS_EXPORT IntrospectableClient : public DBusClient {
|
| const std::string& xml_data);
|
|
|
| // Creates the instance
|
| - static IntrospectableClient* Create(DBusClientImplementationType type);
|
| + static IntrospectableClient* Create();
|
|
|
| protected:
|
| IntrospectableClient();
|
|
|