| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index cef70bcf133ed2acb086e8f2765643df2dadd312..86ff233689a8aa2e5b75f039078e68c7f74dfb2d 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -1047,7 +1047,8 @@ void IOThread::InitSystemRequestContextOnIOThread() {
|
| ConstructSystemRequestContext(globals_, net_log_));
|
|
|
| sdch_manager_->set_sdch_fetcher(
|
| - new SdchDictionaryFetcher(system_url_request_context_getter_.get()));
|
| + new SdchDictionaryFetcher(
|
| + sdch_manager_, system_url_request_context_getter_.get()));
|
| }
|
|
|
| void IOThread::UpdateDnsClientEnabled() {
|
|
|