| Index: chrome/browser/net/sdch_dictionary_fetcher.cc
|
| diff --git a/chrome/browser/net/sdch_dictionary_fetcher.cc b/chrome/browser/net/sdch_dictionary_fetcher.cc
|
| index 90f317a9fc2113c1b082b962abcdb94ff78ce97f..6fc5bde1390818026d423c5796c6be3ed5fda7f3 100644
|
| --- a/chrome/browser/net/sdch_dictionary_fetcher.cc
|
| +++ b/chrome/browser/net/sdch_dictionary_fetcher.cc
|
| @@ -53,7 +53,8 @@ void SdchDictionaryFetcher::StartFetching() {
|
| DCHECK(task_is_pending_);
|
| task_is_pending_ = false;
|
|
|
| - net::URLRequestContextGetter* context = Profile::GetDefaultRequestContext();
|
| + net::URLRequestContextGetter* context =
|
| + Profile::Deprecated::GetDefaultRequestContext();
|
| if (!context) {
|
| // Shutdown in progress.
|
| // Simulate handling of all dictionary requests by clearing queue.
|
|
|