| Index: chromeos/login/auth/fake_extended_authenticator.h
|
| diff --git a/chromeos/login/auth/fake_extended_authenticator.h b/chromeos/login/auth/fake_extended_authenticator.h
|
| index 96dc4f497c36b4bb94d773aa5b967ea80bb57880..ee48944df89f63ed5db8743e9d3da9163cedd028 100644
|
| --- a/chromeos/login/auth/fake_extended_authenticator.h
|
| +++ b/chromeos/login/auth/fake_extended_authenticator.h
|
| @@ -10,6 +10,8 @@
|
| #include "chromeos/login/auth/extended_authenticator.h"
|
| #include "chromeos/login/auth/user_context.h"
|
|
|
| +class AccountId;
|
| +
|
| namespace chromeos {
|
|
|
| class AuthFailure;
|
| @@ -27,7 +29,7 @@ class CHROMEOS_EXPORT FakeExtendedAuthenticator : public ExtendedAuthenticator {
|
| const ResultCallback& success_callback) override;
|
| void AuthenticateToCheck(const UserContext& context,
|
| const base::Closure& success_callback) override;
|
| - void CreateMount(const std::string& user_id,
|
| + void CreateMount(const AccountId& account_id,
|
| const std::vector<cryptohome::KeyDefinition>& keys,
|
| const ResultCallback& success_callback) override;
|
| void AddKey(const UserContext& context,
|
|
|