Index: content/browser/tab_contents/render_view_host_manager.cc |
=================================================================== |
--- content/browser/tab_contents/render_view_host_manager.cc (revision 0) |
+++ content/browser/tab_contents/render_view_host_manager.cc (working copy) |
@@ -2,12 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/tab_contents/render_view_host_manager.h" |
+#include "content/browser/tab_contents/render_view_host_manager.h" |
#include "base/command_line.h" |
#include "base/logging.h" |
-#include "chrome/browser/dom_ui/web_ui.h" |
-#include "chrome/browser/dom_ui/web_ui_factory.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/renderer_host/render_view_host.h" |
@@ -15,15 +13,17 @@ |
#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/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
-#include "chrome/browser/tab_contents/tab_contents_view.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" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
#include "chrome/common/url_constants.h" |
+#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" |
namespace base { |
class WaitableEvent; |