Index: chromeos/cryptohome/cryptohome_parameters.cc |
diff --git a/chromeos/cryptohome/cryptohome_parameters.cc b/chromeos/cryptohome/cryptohome_parameters.cc |
index 5b3ac4d4372cab188879a70c44222ed22e442f46..32fd3f841d118519c4fc3f53335e22f4f8393199 100644 |
--- a/chromeos/cryptohome/cryptohome_parameters.cc |
+++ b/chromeos/cryptohome/cryptohome_parameters.cc |
@@ -8,7 +8,7 @@ |
namespace cryptohome { |
-Identification::Identification(const std::string& user_id) : user_id(user_id) { |
+Identification::Identification(const user_manager::UserID& user_id) : user_id(user_id) { |
} |
bool Identification::operator==(const Identification& other) const { |