Index: content/browser/web_contents/web_contents_view_aura.cc |
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc |
index bc7ee3ada1c36fdf0dde2e5d033d022ab7f566f8..3f520db8d6efc07e5558fa6a1d2e21adfa794c28 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.cc |
+++ b/content/browser/web_contents/web_contents_view_aura.cc |
@@ -8,6 +8,8 @@ |
#include "base/command_line.h" |
#include "base/metrics/histogram.h" |
#include "base/strings/utf_string_conversions.h" |
+#include "content/browser/frame_host/interstitial_page_impl.h" |
+#include "content/browser/frame_host/navigation_entry_impl.h" |
#include "content/browser/renderer_host/dip_util.h" |
#include "content/browser/renderer_host/overscroll_controller.h" |
#include "content/browser/renderer_host/render_view_host_factory.h" |
@@ -17,8 +19,6 @@ |
#include "content/browser/web_contents/aura/image_window_delegate.h" |
#include "content/browser/web_contents/aura/shadow_layer_delegate.h" |
#include "content/browser/web_contents/aura/window_slider.h" |
-#include "content/browser/web_contents/interstitial_page_impl.h" |
-#include "content/browser/web_contents/navigation_entry_impl.h" |
#include "content/browser/web_contents/touch_editable_impl_aura.h" |
#include "content/browser/web_contents/web_contents_impl.h" |
#include "content/public/browser/notification_observer.h" |