| Index: chrome/browser/chromeos/login/auth/online_attempt_host.h
|
| diff --git a/chrome/browser/chromeos/login/auth/online_attempt_host.h b/chrome/browser/chromeos/login/auth/online_attempt_host.h
|
| index cad428f16bbaa3d185a48dd4b36297c5bfcab5a9..d797d15a476482e7017c9b88b60ed4668036b584 100644
|
| --- a/chrome/browser/chromeos/login/auth/online_attempt_host.h
|
| +++ b/chrome/browser/chromeos/login/auth/online_attempt_host.h
|
| @@ -12,7 +12,9 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.h"
|
|
|
| -class Profile;
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
|
|
| namespace chromeos {
|
|
|
| @@ -36,7 +38,8 @@ class OnlineAttemptHost : public AuthAttemptStateResolver {
|
| // check result (whether authentication was successful). Note, only one
|
| // checking at a time (the newest call stops the old one, if called with
|
| // another username and password combination).
|
| - void Check(Profile* profile, const UserContext& user_context);
|
| + void Check(content::BrowserContext* auth_context,
|
| + const UserContext& user_context);
|
|
|
| // Resets the checking process.
|
| void Reset();
|
|
|