Index: chromeos/dbus/cryptohome_client.h |
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h |
index 2fcb9759fe256d2ee09611628be3a514f5347ba8..81025a375c37c272da035bdce8afaaf758f6c867 100644 |
--- a/chromeos/dbus/cryptohome_client.h |
+++ b/chromeos/dbus/cryptohome_client.h |
@@ -13,7 +13,6 @@ |
#include "chromeos/attestation/attestation_constants.h" |
#include "chromeos/chromeos_export.h" |
#include "chromeos/dbus/dbus_client.h" |
-#include "chromeos/dbus/dbus_client_implementation_type.h" |
#include "chromeos/dbus/dbus_method_call_status.h" |
namespace chromeos { |
@@ -64,7 +63,7 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { |
// Factory function, creates a new instance and returns ownership. |
// For normal usage, access the singleton via DBusThreadManager::Get(). |
- static CryptohomeClient* Create(DBusClientImplementationType type); |
+ static CryptohomeClient* Create(); |
// Returns the sanitized |username| that the stub implementation would return. |
static std::string GetStubSanitizedUsername(const std::string& username); |