| 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 687f2bf34830d0489370e7e36994ea22ceadf123..b2bc52a5b23d604086ed372da6b5ad3a9d7d9451 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.cc
|
| +++ b/content/browser/tab_contents/render_view_host_manager.cc
|
| @@ -12,8 +12,8 @@
|
| #include "content/browser/renderer_host/render_view_host_factory.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/tab_contents/navigation_controller_impl.h"
|
| -#include "content/browser/tab_contents/navigation_entry_impl.h"
|
| +#include "content/browser/web_contents/navigation_controller_impl.h"
|
| +#include "content/browser/web_contents/navigation_entry_impl.h"
|
| #include "content/browser/webui/web_ui_impl.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/port/browser/render_widget_host_view_port.h"
|
|
|