Commit 1d375794 authored by danakj's avatar danakj Committed by Commit Bot

Point includes to content/browser/renderer_host instead of frame_host/ (7/x)

The code has moved, so update the includes.

R=avi@chromium.org

Bug: 1091083
Change-Id: I2aebeaf00c033f4038a136e21b1a8d9f630bd816
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413559
Commit-Queue: danakj <danakj@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807978}
parent 99cb63f5
......@@ -6,9 +6,9 @@
#include <utility>
#include "content/browser/frame_host/navigation_request.h"
#include "content/browser/frame_host/navigator.h"
#include "content/browser/frame_host/render_frame_host_impl.h"
#include "content/browser/renderer_host/navigation_request.h"
#include "content/browser/renderer_host/navigator.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
namespace content {
......
......@@ -4,7 +4,7 @@
#include "content/public/browser/navigation_throttle.h"
#include "content/browser/frame_host/navigation_request.h"
#include "content/browser/renderer_host/navigation_request.h"
namespace content {
......
......@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "content/public/browser/page_navigator.h"
#include "content/browser/frame_host/navigation_request.h"
#include "content/browser/renderer_host/navigation_request.h"
namespace content {
......
......@@ -4,7 +4,7 @@
#include "content/public/browser/render_document_host_user_data.h"
#include "content/browser/frame_host/render_frame_host_impl.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
namespace content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment