| Index: net/base/sdch_dictionary_fetcher.cc | 
| diff --git a/net/base/sdch_dictionary_fetcher.cc b/net/base/sdch_dictionary_fetcher.cc | 
| index aa2061eba8e1da490096104b492020374e1b4439..f0a417e925954eebcd972793f9c72fccbe50d8bd 100644 | 
| --- a/net/base/sdch_dictionary_fetcher.cc | 
| +++ b/net/base/sdch_dictionary_fetcher.cc | 
| @@ -16,7 +16,7 @@ namespace net { | 
|  | 
| SdchDictionaryFetcher::SdchDictionaryFetcher( | 
| SdchManager* manager, | 
| -    URLRequestContextGetter* context) | 
| +    scoped_refptr<URLRequestContextGetter> context) | 
| : manager_(manager), | 
| weak_factory_(this), | 
| task_is_pending_(false), | 
|  |