Index: chrome/browser/instant/instant_loader.cc |
=================================================================== |
--- chrome/browser/instant/instant_loader.cc (revision 76500) |
+++ chrome/browser/instant/instant_loader.cc (working copy) |
@@ -19,10 +19,6 @@ |
#include "chrome/browser/instant/instant_loader_delegate.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search_engines/template_url.h" |
-#include "content/browser/renderer_host/render_view_host.h" |
-#include "content/browser/renderer_host/render_widget_host.h" |
-#include "content/browser/renderer_host/render_widget_host_view.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/notification_details.h" |
@@ -34,6 +30,10 @@ |
#include "chrome/common/page_transition_types.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/renderer_preferences.h" |
+#include "content/browser/renderer_host/render_view_host.h" |
+#include "content/browser/renderer_host/render_widget_host.h" |
+#include "content/browser/renderer_host/render_widget_host_view.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_delegate.h" |