0

Add missing includes in ios/ and rlz/

This was split off of
https://chromium-review.googlesource.com/c/chromium/src/+/3025728,
which fixes over a hundred IWYU issues expecting SimpleURLLoader to
bring in url_response_head.mojom.h, which I'm trying to remove.

Bug: 1227131
Change-Id: Ia4645029ae20eaf8d67059888d1dc827a4ab52b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3027542
Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#902001}
This commit is contained in:
Matt Menke
2021-07-15 16:49:22 +00:00
committed by Chromium LUCI CQ
parent 9c45e19005
commit 516b0a2b2c
5 changed files with 7 additions and 0 deletions

@ -52,6 +52,8 @@ source_set("reading_list") {
"//ios/web/public/deprecated",
"//ios/web/public/security",
"//net",
"//services/network/public/cpp",
"//services/network/public/mojom",
"//ui/base",
"//url",
]

@ -30,6 +30,7 @@
#include "services/network/public/cpp/resource_request.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/public/cpp/simple_url_loader.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#include "url/gurl.h"
namespace {

@ -585,6 +585,8 @@ test("ios_web_inttests") {
"//mojo/core/embedder",
"//net:test_support",
"//services/network/public/cpp",
"//services/network/public/cpp",
"//services/network/public/mojom",
"//testing/gtest",
"//ui/base:test_support",
"//ui/resources",

@ -13,6 +13,7 @@
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
#include "services/network/public/cpp/resource_request.h"
#include "services/network/public/cpp/simple_url_loader.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."

@ -35,6 +35,7 @@
#include "services/network/public/cpp/resource_request.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/public/cpp/simple_url_loader.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#if !defined(OS_WIN)
#include "base/time/time.h"