| 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 652685ea4fc00c2ee5a1736cae64dd88a23274ba..8cb0c8593d409581a1b609196740ec6f6219e211 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.cc
|
| +++ b/content/browser/tab_contents/render_view_host_manager.cc
|
| @@ -17,10 +17,10 @@
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "content/browser/webui/web_ui.h"
|
| #include "content/browser/webui/web_ui_factory.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/notification_service.h"
|
| #include "content/common/content_notification_types.h"
|
| #include "content/common/view_messages.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/url_constants.h"
|
|
|
|
|