| Index: chromeos/dbus/ibus/ibus_engine_factory_service.h
|
| diff --git a/chromeos/dbus/ibus/ibus_engine_factory_service.h b/chromeos/dbus/ibus/ibus_engine_factory_service.h
|
| index 248b64a83d0e080cef36baafecd57271db1686a7..868be1a00a2f4131626d202fc6cdc5a4a4582942 100644
|
| --- a/chromeos/dbus/ibus/ibus_engine_factory_service.h
|
| +++ b/chromeos/dbus/ibus/ibus_engine_factory_service.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| #include "chromeos/chromeos_export.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
|
|
| namespace dbus {
|
| class Bus;
|
| @@ -45,9 +44,7 @@ class CHROMEOS_EXPORT IBusEngineFactoryService {
|
|
|
| // Factory function, creates a new instance and returns ownership.
|
| // For normal usage, accesses the singleton via DBusThreadManager::Get().
|
| - static CHROMEOS_EXPORT IBusEngineFactoryService* Create(
|
| - dbus::Bus* bus,
|
| - DBusClientImplementationType type);
|
| + static CHROMEOS_EXPORT IBusEngineFactoryService* Create();
|
|
|
| protected:
|
| // Create() should be used instead.
|
|
|