| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index d10990dd6e27df75d2016eb11e9acc5595028914..df896c4c68efa0fc8bc421ced2add286f89d52b9 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -15,12 +15,12 @@
|
| #include "base/observer_list.h"
|
| #include "base/process/process.h"
|
| #include "base/values.h"
|
| -#include "content/browser/renderer_host/frame_tree.h"
|
| +#include "content/browser/frame_host/frame_tree.h"
|
| +#include "content/browser/frame_host/navigation_controller_delegate.h"
|
| +#include "content/browser/frame_host/navigation_controller_impl.h"
|
| +#include "content/browser/frame_host/render_view_host_manager.h"
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| #include "content/browser/renderer_host/render_widget_host_delegate.h"
|
| -#include "content/browser/web_contents/navigation_controller_delegate.h"
|
| -#include "content/browser/web_contents/navigation_controller_impl.h"
|
| -#include "content/browser/web_contents/render_view_host_manager.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|