Index: chromeos/dbus/cryptohome_client.h |
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h |
index 4beb1fdbc6398bb41930a72b14338bdd69aeb252..a9d07f7a137637e08d9e57c0d446ecdd1fe74954 100644 |
--- a/chromeos/dbus/cryptohome_client.h |
+++ b/chromeos/dbus/cryptohome_client.h |
@@ -236,7 +236,7 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { |
// Calls Pkcs11GetTpmTokenInfoForUser method. On success |callback| will |
// receive PKCS #11 token information for the user identified by |user_email|. |
// The |user_email| must be a canonical email address as returned by |
- // chromeos::User::email(). |
+ // user_manager::User::email(). |
virtual void Pkcs11GetTpmTokenInfoForUser( |
const std::string& user_email, |
const Pkcs11GetTpmTokenInfoCallback& callback) = 0; |