| Index: chromeos/dbus/system_clock_client.h
|
| diff --git a/chromeos/dbus/system_clock_client.h b/chromeos/dbus/system_clock_client.h
|
| index ece1e2d9f45934db51e21b5a2d17a74d35a757bb..849612db46b8b8f6368c3f48a515e19d0d8eb1a0 100644
|
| --- a/chromeos/dbus/system_clock_client.h
|
| +++ b/chromeos/dbus/system_clock_client.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/observer_list.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
| -#include "chromeos/dbus/dbus_client_implementation_type.h"
|
|
|
| namespace chromeos {
|
|
|
| @@ -33,7 +32,7 @@ class CHROMEOS_EXPORT SystemClockClient : public DBusClient {
|
| virtual bool HasObserver(Observer* observer) = 0;
|
|
|
| // Creates the instance.
|
| - static SystemClockClient* Create(DBusClientImplementationType type);
|
| + static SystemClockClient* Create();
|
|
|
| protected:
|
| // Create() should be used instead.
|
|
|