summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/system_clock_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/system_clock_client.h')
-rw-r--r--chromeos/dbus/system_clock_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromeos/dbus/system_clock_client.h b/chromeos/dbus/system_clock_client.h
index ece1e2d..849612d 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.