| Index: chrome/browser/chromeos/login/auth/online_attempt.h
|
| diff --git a/chrome/browser/chromeos/login/auth/online_attempt.h b/chrome/browser/chromeos/login/auth/online_attempt.h
|
| index c9c1fa9edbcf1a64f42ce940851ade088b4ca5ba..5ed721cea9baef72cbbf2513eaeeba15caed6458 100644
|
| --- a/chrome/browser/chromeos/login/auth/online_attempt.h
|
| +++ b/chrome/browser/chromeos/login/auth/online_attempt.h
|
| @@ -17,7 +17,10 @@
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
|
|
| class GaiaAuthFetcher;
|
| -class Profile;
|
| +
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
|
|
| namespace chromeos {
|
| class AuthAttemptState;
|
| @@ -34,7 +37,7 @@ class OnlineAttempt
|
| // Status will be recorded in |current_attempt|, and resolver_->Resolve() will
|
| // be called on the IO thread when useful state is available.
|
| // Must be called on the UI thread.
|
| - void Initiate(Profile* auth_profile);
|
| + void Initiate(content::BrowserContext* auth_context);
|
|
|
| // GaiaAuthConsumer overrides. Callbacks from GaiaAuthFetcher
|
| virtual void OnClientLoginFailure(
|
|
|