Commit 52d70a63 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Remove *.mojom-shared.h from web_url_response.h

This CL reduce the estimated pre-processed size of web_url_response.h
from 2.42MB to 0.91MB.

Bug: 242216
Change-Id: Ia95b04b7ef33e9a961a69522fb566c0649a4b7a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810119Reviewed-by: default avatarJohn Rummell <jrummell@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697833}
parent a9e038cd
......@@ -23,6 +23,7 @@
#include "net/http/http_byte_range.h"
#include "net/http/http_request_headers.h"
#include "services/network/public/cpp/cors/cors.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom.h"
#include "third_party/blink/public/platform/web_network_state_notifier.h"
#include "third_party/blink/public/platform/web_url.h"
#include "third_party/blink/public/platform/web_url_error.h"
......
......@@ -37,13 +37,17 @@
#include "base/time/time.h"
#include "net/cert/ct_policy_status.h"
#include "net/http/http_response_info.h"
#include "services/network/public/mojom/fetch_api.mojom-shared.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-shared.h"
#include "third_party/blink/public/platform/web_common.h"
#include "third_party/blink/public/platform/web_security_style.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_vector.h"
namespace network {
namespace mojom {
enum class FetchResponseType : int32_t;
}
} // namespace network
namespace blink {
class ResourceResponse;
......
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