Update for move of string symbols into base::

This commit is contained in:
Adam Roben 2014-06-26 16:29:38 -04:00
parent 5b93dc74e6
commit 5b788476a5
5 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
base::WorkerPool::GetTaskRunner(true)));
storage_->set_http_user_agent_settings(
new net::StaticHttpUserAgentSettings(
"en-us,en", EmptyString()));
"en-us,en", base::EmptyString()));
scoped_ptr<net::HostResolver> host_resolver(
net::HostResolver::CreateDefaultResolver(NULL));