Index: content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.cc (revision 171168) |
+++ content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -56,6 +56,7 @@ |
#include "content/browser/hyphenator/hyphenator_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/loader/resource_message_filter.h" |
#include "content/browser/mime_registry_message_filter.h" |
#include "content/browser/plugin_service_impl.h" |
#include "content/browser/profiler_message_filter.h" |
@@ -75,7 +76,6 @@ |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
#include "content/browser/renderer_host/render_view_host_impl.h" |
#include "content/browser/renderer_host/render_widget_helper.h" |
-#include "content/browser/renderer_host/resource_message_filter.h" |
#include "content/browser/renderer_host/socket_stream_dispatcher_host.h" |
#include "content/browser/renderer_host/text_input_client_message_filter.h" |
#include "content/browser/resolve_proxy_msg_helper.h" |
@@ -93,6 +93,7 @@ |
#include "content/public/browser/browser_context.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/notification_service.h" |
+#include "content/public/browser/notification_types.h" |
#include "content/public/browser/render_process_host_factory.h" |
#include "content/public/browser/resource_context.h" |
#include "content/public/browser/user_metrics.h" |