| Index: content/browser/tab_contents/render_view_host_manager.cc
|
| diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc
|
| index cf437c3fffb73ff373d2b838f9e208b486d3014a..06afc67be67084218e9950ba6e658476509343f7 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.cc
|
| +++ b/content/browser/tab_contents/render_view_host_manager.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| -#include "content/browser/content_browser_client.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| #include "content/browser/renderer_host/render_view_host_factory.h"
|
| @@ -19,6 +18,7 @@
|
| #include "content/browser/webui/web_ui_factory.h"
|
| #include "content/common/notification_service.h"
|
| #include "content/common/view_messages.h"
|
| +#include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/url_constants.h"
|
|
|