Index: chrome/browser/tab_contents/web_contents_unittest.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_contents_unittest.cc (revision 75800) |
+++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy) |
@@ -9,14 +9,6 @@ |
#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/prefs/pref_value_store.h" |
-#include "chrome/browser/renderer_host/render_view_host.h" |
-#include "chrome/browser/renderer_host/render_widget_host_view.h" |
-#include "chrome/browser/renderer_host/site_instance.h" |
-#include "chrome/browser/renderer_host/test/test_render_view_host.h" |
-#include "chrome/browser/tab_contents/interstitial_page.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
-#include "chrome/browser/tab_contents/test_tab_contents.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
@@ -24,6 +16,14 @@ |
#include "chrome/common/url_constants.h" |
#include "chrome/test/testing_pref_service.h" |
#include "chrome/test/testing_profile.h" |
+#include "content/browser/renderer_host/render_view_host.h" |
+#include "content/browser/renderer_host/render_widget_host_view.h" |
+#include "content/browser/renderer_host/test_render_view_host.h" |
+#include "content/browser/site_instance.h" |
+#include "content/browser/tab_contents/interstitial_page.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
+#include "content/browser/tab_contents/test_tab_contents.h" |
#include "ipc/ipc_channel.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/message_box_flags.h" |