summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host/worker_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/worker_host/worker_process_host.cc')
-rw-r--r--content/browser/worker_host/worker_process_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index 8e80144..76e48a2 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -39,6 +39,7 @@
#include "net/base/mime_util.h"
#include "ipc/ipc_switches.h"
#include "net/base/registry_controlled_domain.h"
+#include "webkit/glue/resource_type.h"
#include "webkit/fileapi/file_system_path_manager.h"
namespace {
@@ -55,7 +56,7 @@ class URLRequestContextOverride
virtual ~URLRequestContextOverride() {}
virtual net::URLRequestContext* GetRequestContext(
- const ResourceHostMsg_Request& resource_request) {
+ ResourceType::Type resource_type) {
return url_request_context_;
}