Chromium Code Reviews| Index: chrome/browser/io_thread.cc |
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
| index c69d77dc75f362ed5d69788fdee83a4e543d5de3..85ce79c3ea807ad37f4fde4dffb0322def273caa 100644 |
| --- a/chrome/browser/io_thread.cc |
| +++ b/chrome/browser/io_thread.cc |
| @@ -506,7 +506,7 @@ void IOThread::Init() { |
| globals_->load_time_stats.reset(new chrome_browser_net::LoadTimeStats()); |
| globals_->host_mapping_rules.reset(new net::HostMappingRules()); |
| globals_->http_user_agent_settings.reset( |
| - new BasicHttpUserAgentSettings(EmptyString(), EmptyString())); |
| + new BasicHttpUserAgentSettings(EmptyString())); |
|
brettw
2013/03/14 04:46:22
Can you change this existing code to just use std:
|
| if (command_line.HasSwitch(switches::kHostRules)) { |
| globals_->host_mapping_rules->SetRulesFromString( |
| command_line.GetSwitchValueASCII(switches::kHostRules)); |