| 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 a1f6b0a962b86d05cc9030a2ccd063155cf052fb..0c7e14d5d54331a95187b9ceedb5eb1545481b69 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -50,6 +50,7 @@
|
| #include "content/browser/background_sync/background_sync_service_impl.h"
|
| #include "content/browser/bad_message.h"
|
| #include "content/browser/blob_storage/blob_dispatcher_host.h"
|
| +#include "content/browser/blob_storage/chrome_blob_storage_context.h"
|
| #include "content/browser/bluetooth/bluetooth_dispatcher_host.h"
|
| #include "content/browser/browser_child_process_host_impl.h"
|
| #include "content/browser/browser_main.h"
|
| @@ -64,7 +65,6 @@
|
| #include "content/browser/device_sensors/device_orientation_message_filter.h"
|
| #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
|
| #include "content/browser/dom_storage/dom_storage_message_filter.h"
|
| -#include "content/browser/fileapi/chrome_blob_storage_context.h"
|
| #include "content/browser/fileapi/fileapi_message_filter.h"
|
| #include "content/browser/frame_host/render_frame_message_filter.h"
|
| #include "content/browser/geofencing/geofencing_dispatcher_host.h"
|
|
|