| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index dd62b06e82d20f6ec36e438624f98b39b1d411fd..6cf8e4fe20242461f0052efab25aa0d4a9ea2957 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -516,7 +516,7 @@ void IOThread::Init() {
|
| new net::ServerBoundCertService(
|
| new net::DefaultServerBoundCertStore(NULL),
|
| base::WorkerPool::GetTaskRunner(true)));
|
| - globals_->dns_probe_service.reset(new chrome_browser_net::DnsProbeService());
|
| + globals_->dns_probe_service.reset(new DnsProbeService());
|
| globals_->load_time_stats.reset(new chrome_browser_net::LoadTimeStats());
|
| globals_->host_mapping_rules.reset(new net::HostMappingRules());
|
| globals_->http_user_agent_settings.reset(
|
|
|