Index: chrome/browser/chromeos/login/auth/login_performer.cc |
diff --git a/chrome/browser/chromeos/login/auth/login_performer.cc b/chrome/browser/chromeos/login/auth/login_performer.cc |
index b093664c67b1437aacd8cad5c5d66651ef36757a..c3200a4132f5ebf9b0db525e8426e3a5fcca18e7 100644 |
--- a/chrome/browser/chromeos/login/auth/login_performer.cc |
+++ b/chrome/browser/chromeos/login/auth/login_performer.cc |
@@ -352,7 +352,7 @@ void LoginPerformer::StartAuthentication() { |
user_context_)); |
// Make unobtrusive online check. It helps to determine password change |
// state in the case when offline login fails. |
- online_attempt_host_.Check(profile, user_context_); |
+ online_attempt_host_.Check(profile->GetRequestContext(), user_context_); |
} else { |
NOTREACHED(); |
} |