| 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 eaf34fafac8f06b050c7e9ead1ebab4d6e0f2e28..2db4afd7c7f8624621ba66fbb18f00032f1d810c 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -60,7 +60,7 @@ namespace {
|
| class URLRequestContextSelector
|
| : public ResourceMessageFilter::URLRequestContextSelector {
|
| public:
|
| - explicit URLRequestContextSelector(
|
| + URLRequestContextSelector(
|
| net::URLRequestContextGetter* url_request_context,
|
| net::URLRequestContextGetter* media_url_request_context)
|
| : url_request_context_(url_request_context),
|
|
|