commit | e34636e8f208abf7fc98af0c9331723f556ad78b | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Tue Sep 15 22:15:00 2020 |
committer | Commit Bot <[email protected]> | Tue Sep 15 22:15:00 2020 |
tree | cbe3487500171473c008a1b76bb6b7fa4019c773 | |
parent | 2adf832fe2f513e5515a12dcff2e6eb2fc95851f [diff] [blame] |
Point includes to content/browser/renderer_host instead of frame_host/ (3/x) The code has moved, so update the includes. [email protected] Bug: 1091083 Change-Id: I69fd4010fb9198fa10a937a030015dfc8f566b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412484 Commit-Queue: danakj <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Auto-Submit: danakj <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#807197}
diff --git a/content/public/test/url_loader_interceptor.cc b/content/public/test/url_loader_interceptor.cc index bb8019c..7d61f2f 100644 --- a/content/public/test/url_loader_interceptor.cc +++ b/content/public/test/url_loader_interceptor.cc
@@ -18,8 +18,8 @@ #include "base/test/bind_test_util.h" #include "base/threading/thread_restrictions.h" #include "build/build_config.h" -#include "content/browser/frame_host/render_frame_host_impl.h" #include "content/browser/loader/navigation_url_loader_impl.h" +#include "content/browser/renderer_host/render_frame_host_impl.h" #include "content/browser/service_worker/embedded_worker_instance.h" #include "content/browser/storage_partition_impl.h" #include "content/browser/url_loader_factory_getter.h"