| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 121287)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -74,7 +74,6 @@
|
| #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"
|
| -#include "content/browser/resource_context.h"
|
| #include "content/browser/speech/speech_input_dispatcher_host.h"
|
| #include "content/browser/trace_message_filter.h"
|
| #include "content/browser/worker_host/worker_message_filter.h"
|
| @@ -87,6 +86,7 @@
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/render_view_host_delegate.h"
|
| +#include "content/public/browser/resource_context.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_ui_controller_factory.h"
|
| #include "content/public/common/content_constants.h"
|
|
|