| Index: chrome/service/cloud_print/cloud_print_auth.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_auth.cc b/chrome/service/cloud_print/cloud_print_auth.cc
|
| index bc9f36c284726651f48ca25eb9183b3a62dd06ed..3505a9140db6fe6f92106d08bf209decd4f1da9a 100644
|
| --- a/chrome/service/cloud_print/cloud_print_auth.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_auth.cc
|
| @@ -38,9 +38,10 @@ void CloudPrintAuth::AuthenticateWithLsid(
|
| VLOG(1) << "CP_AUTH: Authenticating with LSID";
|
| scoped_refptr<ServiceGaiaAuthenticator> gaia_auth_for_print(
|
| new ServiceGaiaAuthenticator(
|
| - kProxyAuthUserAgent, kCloudPrintGaiaServiceId,
|
| + kProxyAuthUserAgent,
|
| + kCloudPrintGaiaServiceId,
|
| GaiaUrls::GetInstance()->client_login_url(),
|
| - g_service_process->io_thread()->message_loop_proxy()));
|
| + g_service_process->io_thread()->message_loop_proxy().get()));
|
| gaia_auth_for_print->set_message_loop(base::MessageLoop::current());
|
| if (gaia_auth_for_print->AuthenticateWithLsid(lsid)) {
|
| // Stash away the user email so we can save it in prefs.
|
|
|