Index: chromeos/dbus/image_burner_client.h |
diff --git a/chromeos/dbus/image_burner_client.h b/chromeos/dbus/image_burner_client.h |
index c6f65ef05b9041d46587f0b404b079f87e0cc7dc..bbd0616869ee3d3d5cbfe895d1281a57acba2701 100644 |
--- a/chromeos/dbus/image_burner_client.h |
+++ b/chromeos/dbus/image_burner_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 chromeos { |
@@ -54,7 +53,7 @@ class CHROMEOS_EXPORT ImageBurnerClient : public DBusClient { |
// Factory function, creates a new instance and returns ownership. |
// For normal usage, access the singleton via DBusThreadManager::Get(). |
- static ImageBurnerClient* Create(DBusClientImplementationType type); |
+ static ImageBurnerClient* Create(); |
protected: |
// Create() should be used instead. |