| Index: cloud_print/gcp20/prototype/cloud_print_request.cc
|
| diff --git a/cloud_print/gcp20/prototype/cloud_print_request.cc b/cloud_print/gcp20/prototype/cloud_print_request.cc
|
| index d8baec2d557a6e435f7c4d72110384985c416b32..6eebcb5af88c3c57c1df20685f215237def3786e 100644
|
| --- a/cloud_print/gcp20/prototype/cloud_print_request.cc
|
| +++ b/cloud_print/gcp20/prototype/cloud_print_request.cc
|
| @@ -64,7 +64,7 @@ void CloudPrintRequest::Run(
|
| fetcher_->AddExtraRequestHeader(base::StringPrintf(
|
| "Authorization: Bearer \"%s\"", access_token.c_str()));
|
|
|
| - fetcher_->SetRequestContext(context_getter);
|
| + fetcher_->SetRequestContext(context_getter.get());
|
| fetcher_->Start();
|
|
|
| MessageLoop::current()->PostDelayedTask(
|
|
|