| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index df83c8c2f7adcc27e951ffc07ecdf792f87f654e..d47d4ebe02bd30859da236fe3ce9341d566bf524 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -16,8 +16,8 @@
|
| #include "base/property_bag.h"
|
| #include "content/browser/browser_plugin/browser_plugin_web_contents_observer.h"
|
| #include "content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h"
|
| -#include "content/browser/tab_contents/navigation_controller_impl.h"
|
| #include "content/browser/tab_contents/render_view_host_manager.h"
|
| +#include "content/browser/web_contents/navigation_controller_impl.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/render_view_host_delegate.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|