diff options
Diffstat (limited to 'content/browser/worker_host/worker_process_host.cc')
-rw-r--r-- | content/browser/worker_host/worker_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc index 0799ee7..fcd3376 100644 --- a/content/browser/worker_host/worker_process_host.cc +++ b/content/browser/worker_host/worker_process_host.cc @@ -69,7 +69,7 @@ class URLRequestContextSelector virtual ~URLRequestContextSelector() {} virtual net::URLRequestContext* GetRequestContext( - ResourceType::Type resource_type) { + ResourceType::Type resource_type) OVERRIDE { if (resource_type == ResourceType::MEDIA) return media_url_request_context_->GetURLRequestContext(); return url_request_context_->GetURLRequestContext(); |