| Index: cloud_print/service/service_state.cc
|
| diff --git a/cloud_print/service/service_state.cc b/cloud_print/service/service_state.cc
|
| index 1164e960df9d0ba3b0c1f57dd22fec3d4dcdabbf..f98c513f469c9ba16e39f058ebff5ddbfea40f3f 100644
|
| --- a/cloud_print/service/service_state.cc
|
| +++ b/cloud_print/service/service_state.cc
|
| @@ -175,7 +175,7 @@ std::string ServiceState::LoginToGoogle(const std::string& service,
|
| post_body += "&service=" + net::EscapeUrlEncodedData(service, true);
|
|
|
| scoped_ptr<net::URLRequest> request(context->CreateRequest(
|
| - url, net::DEFAULT_PRIORITY, &fetcher_delegate, NULL));
|
| + url, net::DEFAULT_PRIORITY, &fetcher_delegate));
|
| int load_flags = request->load_flags();
|
| load_flags = load_flags | net::LOAD_DO_NOT_SEND_COOKIES;
|
| load_flags = load_flags | net::LOAD_DO_NOT_SAVE_COOKIES;
|
|
|