| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index dfc90ae6f79694496935b6ff5f6f979dc0025f4d..c1dd72a4ef6c95b325775422c93560ddbc64376c 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_;
|
| }
|
|
|
|
|