| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/web_contents/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| similarity index 99%
|
| rename from content/browser/web_contents/interstitial_page_impl.cc
|
| rename to content/browser/frame_host/interstitial_page_impl.cc
|
| index 44d28e187daae1661ccbafb1379103c83a8e9943..9bfa37728f471384bf843e07c285c3f8d8da9af9 100644
|
| --- a/content/browser/web_contents/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/web_contents/interstitial_page_impl.h"
|
| +#include "content/browser/frame_host/interstitial_page_impl.h"
|
|
|
| #include <vector>
|
|
|
| @@ -14,13 +14,13 @@
|
| #include "base/threading/thread.h"
|
| #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| +#include "content/browser/frame_host/navigation_controller_impl.h"
|
| +#include "content/browser/frame_host/navigation_entry_impl.h"
|
| #include "content/browser/loader/resource_dispatcher_host_impl.h"
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/renderer_host/render_view_host_factory.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/web_contents/navigation_controller_impl.h"
|
| -#include "content/browser/web_contents/navigation_entry_impl.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/port/browser/render_view_host_delegate_view.h"
|
|
|