| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 24f0286b8648cb418ad44a2ba1be8f9ef1d0ad08..54ada2d18c05286b1ca1ddc18a2c1782b16822fb 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -42,6 +42,8 @@
|
| #include "content/browser/browser_main.h"
|
| #include "content/browser/browser_main_loop.h"
|
| #include "content/browser/browser_plugin/browser_plugin_message_filter.h"
|
| +#include "content/browser/cache_storage/cache_storage_context_impl.h"
|
| +#include "content/browser/cache_storage/cache_storage_dispatcher_host.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
| #include "content/browser/device_sensors/device_light_message_filter.h"
|
| #include "content/browser/device_sensors/device_motion_message_filter.h"
|
| @@ -97,8 +99,6 @@
|
| #include "content/browser/renderer_host/text_input_client_message_filter.h"
|
| #include "content/browser/renderer_host/websocket_dispatcher_host.h"
|
| #include "content/browser/resolve_proxy_msg_helper.h"
|
| -#include "content/browser/service_worker/cache_storage_context_impl.h"
|
| -#include "content/browser/service_worker/cache_storage_dispatcher_host.h"
|
| #include "content/browser/service_worker/service_worker_context_wrapper.h"
|
| #include "content/browser/service_worker/service_worker_dispatcher_host.h"
|
| #include "content/browser/shared_worker/shared_worker_message_filter.h"
|
|
|