Chromium Code Reviews| Index: chrome/browser/net/sdch_dictionary_fetcher.cc |
| =================================================================== |
| --- chrome/browser/net/sdch_dictionary_fetcher.cc (revision 29872) |
| +++ chrome/browser/net/sdch_dictionary_fetcher.cc (working copy) |
| @@ -39,7 +39,7 @@ |
| DCHECK(task_is_pending_); |
| task_is_pending_ = false; |
| - URLRequestContext* context = Profile::GetDefaultRequestContext(); |
| + URLRequestContextGetter* context = Profile::GetDefaultRequestContext(); |
| if (!context) { |
| // Shutdown in progress. |
| // Simulate handling of all dictionary requests by clearing queue. |