Index: content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.cc (revision 132437) |
+++ content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -44,14 +44,14 @@ |
#include "content/browser/browser_main_loop.h" |
#include "content/browser/child_process_security_policy_impl.h" |
#include "content/browser/device_orientation/message_filter.h" |
+#include "content/browser/dom_storage/dom_storage_context_impl.h" |
+#include "content/browser/dom_storage/dom_storage_message_filter.h" |
#include "content/browser/download/mhtml_generation_manager.h" |
#include "content/browser/fileapi/chrome_blob_storage_context.h" |
#include "content/browser/fileapi/fileapi_message_filter.h" |
#include "content/browser/geolocation/geolocation_dispatcher_host.h" |
#include "content/browser/gpu/gpu_data_manager_impl.h" |
#include "content/browser/gpu/gpu_process_host.h" |
-#include "content/browser/in_process_webkit/dom_storage_context_impl.h" |
-#include "content/browser/in_process_webkit/dom_storage_message_filter.h" |
#include "content/browser/in_process_webkit/indexed_db_context_impl.h" |
#include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h" |
#include "content/browser/mime_registry_message_filter.h" |