Index: chromeos/login/auth/mock_authenticator.h |
diff --git a/chromeos/login/auth/mock_authenticator.h b/chromeos/login/auth/mock_authenticator.h |
index d887e59eb79ac7ea07da9ef26e668d3ebec67217..d4c5e8672c98c0e5d9261c9095cbdb3d801d5c1a 100644 |
--- a/chromeos/login/auth/mock_authenticator.h |
+++ b/chromeos/login/auth/mock_authenticator.h |
@@ -13,7 +13,9 @@ |
#include "chromeos/login/auth/user_context.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-class Profile; |
+namespace content { |
+class BrowserContext; |
+} |
namespace chromeos { |
@@ -25,9 +27,9 @@ class CHROMEOS_EXPORT MockAuthenticator : public Authenticator { |
const UserContext& expected_user_context); |
// Authenticator: |
- virtual void CompleteLogin(Profile* profile, |
+ virtual void CompleteLogin(content::BrowserContext* context, |
const UserContext& user_context) override; |
- virtual void AuthenticateToLogin(Profile* profile, |
+ virtual void AuthenticateToLogin(content::BrowserContext* context, |
const UserContext& user_context) override; |
virtual void AuthenticateToUnlock(const UserContext& user_context) override; |
virtual void LoginAsSupervisedUser(const UserContext& user_context) override; |