Index: google_apis/gcm/engine/unregistration_request.cc |
diff --git a/google_apis/gcm/engine/unregistration_request.cc b/google_apis/gcm/engine/unregistration_request.cc |
index 2b8c97dadf1066f56a64d31fd657bbda929059c1..7272fc70bdfd290f80c09d49850f3079c2590035 100644 |
--- a/google_apis/gcm/engine/unregistration_request.cc |
+++ b/google_apis/gcm/engine/unregistration_request.cc |
@@ -135,7 +135,7 @@ void UnregistrationRequest::Start() { |
url_fetcher_.reset(net::URLFetcher::Create( |
registration_url_, net::URLFetcher::POST, this)); |
- url_fetcher_->SetRequestContext(request_context_getter_); |
+ url_fetcher_->SetRequestContext(request_context_getter_.get()); |
std::string android_id = base::Uint64ToString(request_info_.android_id); |
std::string auth_header = |