Commit 40958d8f authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Include *.mojom-forward.h instead of .mojom.h from url_loader_throttle.h

To reduce pre-processed size of url_loader_throttle.h, this CL replaces .mojom.h
with .mojom-forward.h.

This CL has no behavior changes.

Bug: 1001360
Change-Id: I25bba6a8dc64cfe0960103588a0b871d065a76f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806166
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697937}
parent 3c48b82f
......@@ -5,6 +5,7 @@
#include "third_party/blink/public/common/loader/url_loader_throttle.h"
#include "base/logging.h"
#include "services/network/public/mojom/url_loader.mojom.h"
namespace blink {
......
......@@ -14,6 +14,7 @@ include_rules = [
"+services/network/public/cpp/resource_request_body.h",
"+services/network/public/cpp/shared_url_loader_factory.h",
"+services/network/public/mojom/url_loader.mojom.h",
"+services/network/public/mojom/url_loader.mojom-forward.h",
"+services/network/public/mojom/url_loader_factory.mojom.h",
"+skia/public/mojom",
"+third_party/blink/public/common",
......
......@@ -10,7 +10,7 @@
#include "base/memory/scoped_refptr.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "services/network/public/cpp/resource_request_body.h"
#include "services/network/public/mojom/url_loader.mojom.h"
#include "services/network/public/mojom/url_loader.mojom-forward.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-forward.h"
namespace mojo {
......
......@@ -10,7 +10,7 @@
#include "base/strings/string_piece.h"
#include "net/base/request_priority.h"
#include "services/network/public/mojom/url_loader.mojom.h"
#include "services/network/public/mojom/url_loader.mojom-forward.h"
#include "third_party/blink/public/common/common_export.h"
class GURL;
......
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