Index: content/browser/worker_host/worker_process_host.cc |
=================================================================== |
--- content/browser/worker_host/worker_process_host.cc (revision 181789) |
+++ content/browser/worker_host/worker_process_host.cc (working copy) |
@@ -69,7 +69,7 @@ |
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(); |