Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / auth / login_performer.cc
index b093664..c3200a4 100644 (file)
@@ -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();
   }