| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 0b229402a096eded5a8f5d2a5f4b1225419a34c2..4f1ec0f99889ed4fbc404c94bd9aafdce59c3d75 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -27,6 +27,8 @@
|
| #include "content/browser/download/download_stats.h"
|
| #include "content/browser/download/mhtml_generation_manager.h"
|
| #include "content/browser/download/save_package.h"
|
| +#include "content/browser/frame_host/interstitial_page_impl.h"
|
| +#include "content/browser/frame_host/navigation_entry_impl.h"
|
| #include "content/browser/host_zoom_map_impl.h"
|
| #include "content/browser/loader/resource_dispatcher_host_impl.h"
|
| #include "content/browser/message_port_message_filter.h"
|
| @@ -36,8 +38,6 @@
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/web_contents/interstitial_page_impl.h"
|
| -#include "content/browser/web_contents/navigation_entry_impl.h"
|
| #include "content/browser/web_contents/web_contents_view_guest.h"
|
| #include "content/browser/webui/generic_handler.h"
|
| #include "content/browser/webui/web_ui_controller_factory_registry.h"
|
|
|