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 c31dc766f8d1c5fda25a2430fd721f0fa84c91f5..5c062b2c5d50d909d8e7e457a3a3c00b10c8509b 100644 |
--- a/content/browser/tab_contents/render_view_host_manager.cc |
+++ b/content/browser/tab_contents/render_view_host_manager.cc |
@@ -13,8 +13,6 @@ |
#include "chrome/browser/renderer_host/render_view_host_factory.h" |
#include "chrome/browser/renderer_host/render_widget_host_view.h" |
#include "chrome/browser/renderer_host/site_instance.h" |
-#include "chrome/browser/webui/web_ui.h" |
-#include "chrome/browser/webui/web_ui_factory.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/notification_type.h" |
@@ -24,6 +22,8 @@ |
#include "content/browser/tab_contents/navigation_controller.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "content/browser/webui/web_ui.h" |
+#include "content/browser/webui/web_ui_factory.h" |
namespace base { |
class WaitableEvent; |