| Index: net/url_request/sdch_dictionary_fetcher.cc | 
| diff --git a/net/url_request/sdch_dictionary_fetcher.cc b/net/url_request/sdch_dictionary_fetcher.cc | 
| index bdc2b965e61ad051c149bd2c72c3fc3065c852fc..581511e62cefe5ea3b12537c01ccd09b81e0f089 100644 | 
| --- a/net/url_request/sdch_dictionary_fetcher.cc | 
| +++ b/net/url_request/sdch_dictionary_fetcher.cc | 
| @@ -276,8 +276,7 @@ int SdchDictionaryFetcher::DoSendRequest(int rv) { | 
| FetchInfo info; | 
| bool success = fetch_queue_->Pop(&info); | 
| DCHECK(success); | 
| -  current_request_ = | 
| -      context_->CreateRequest(info.url, IDLE, this, NULL); | 
| +  current_request_ = context_->CreateRequest(info.url, IDLE, this); | 
| int load_flags = LOAD_DO_NOT_SEND_COOKIES | LOAD_DO_NOT_SAVE_COOKIES; | 
| if (info.cache_only) | 
| load_flags |= LOAD_ONLY_FROM_CACHE; | 
|  |