| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 138799)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -72,6 +72,7 @@
|
| #include "content/browser/renderer_host/pepper_message_filter.h"
|
| #include "content/browser/renderer_host/quota_dispatcher_host.h"
|
| #include "content/browser/renderer_host/render_message_filter.h"
|
| +#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"
|
| @@ -88,7 +89,6 @@
|
| #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/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"
|
|
|