diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index d47d4eb..8dbea62 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/render_view_host_manager.h" #include "content/browser/web_contents/navigation_controller_impl.h" +#include "content/browser/web_contents/render_view_host_manager.h" #include "content/common/content_export.h" #include "content/public/browser/render_view_host_delegate.h" #include "content/public/browser/web_contents.h" |