diff options
Diffstat (limited to 'content/renderer/websharedworker_proxy.cc')
-rw-r--r-- | content/renderer/websharedworker_proxy.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc index ad35f02..9b5edc5 100644 --- a/content/renderer/websharedworker_proxy.cc +++ b/content/renderer/websharedworker_proxy.cc @@ -51,10 +51,10 @@ void WebSharedWorkerProxy::Disconnect() { void WebSharedWorkerProxy::CreateWorkerContext( const GURL& script_url, bool is_shared, - const string16& name, - const string16& user_agent, - const string16& source_code, - const string16& content_security_policy, + const base::string16& name, + const base::string16& user_agent, + const base::string16& source_code, + const base::string16& content_security_policy, blink::WebContentSecurityPolicyType policy_type, int pending_route_id, int64 script_resource_appcache_id) { |