summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_url_request_context_getter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_url_request_context_getter.cc')
-rw-r--r--content/shell/browser/shell_url_request_context_getter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc
index dfdb852..27f0c4e 100644
--- a/content/shell/browser/shell_url_request_context_getter.cc
+++ b/content/shell/browser/shell_url_request_context_getter.cc
@@ -106,7 +106,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
new net::DefaultServerBoundCertStore(NULL),
base::WorkerPool::GetTaskRunner(true)));
storage_->set_http_user_agent_settings(
- new net::StaticHttpUserAgentSettings("en-us,en", EmptyString()));
+ new net::StaticHttpUserAgentSettings("en-us,en", std::string()));
scoped_ptr<net::HostResolver> host_resolver(
net::HostResolver::CreateDefaultResolver(