Add includes in preparation for leaner mojom.h files (1/3)
In order to reduce build times, generated mojom.h files will use forward declarations more aggressively after https://crrev.com/c/2932644 In particular, mojom.h files which define an interface may not provide full definitions of method parameter types defined in other mojoms. This reduces the size of those interfaces, but it means that implementors and callers of such methods may have to include more headers, as is done in this CL. Bug: 242216 Change-Id: I2159c9a0bf0d085a49711628132c120318f8b4f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2959875 Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#892528}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
a27d4a36b8
commit
d3bd0a9748
android_webview/browser
ash/services/recording
chrome
browser
android
contextualsearch
explore_sites
survey
ash
attestation
crosapi
customization
login
wilco_dtc_supportd
autocomplete
captive_portal
chrome_content_browser_client.ccchromeos
nearby
net
policy
networking
devtools
endpoint_fetcher
enterprise
connectors
device_trust
file_system
extensions
media
cast_mirroring_service_host.cccast_mirroring_service_host_browsertest.cc
router
discovery
providers
webrtc
nearby_sharing
net
password_manager
predictors
prefetch
prefetch_proxy
search_prefetch
prefs
printing
cloud_print
profile_resetter
safe_browsing
search
background
one_google_bar
promos
search_suggest
task_module
sharing
web_push
signin
speech
spellchecker
ssl
certificate_error_reporter_unittest.ccssl_config_service_manager_pref.ccssl_config_service_manager_pref_unittest.cc
supervised_user
child_accounts
ui
app_list
search
ash
login
startup
thumbnails
views
video_tutorials
internal
web_applications
components
renderer
previews
subresource_redirect
services
chromecast
browser
net
chromeos
components
geolocation
services
timezone
components
arc
assist_ranker
browsing_data
content
cast_channel
dom_distiller
download
internal
feed
feedback
gcm_driver
image_fetcher
mirroring
service
net_log
ntp_snippets
offline_pages
core
password_manager
core
browser
android_affiliation
performance_manager
policy
query_tiles
safe_browsing
content
safe_search_api
search_provider_logos
services
filesystem
storage
signin
internal
suggestions
sync
trusted_vault
ui_devtools
update_client
variations
viz
host
service
frame_sinks
webapps
@ -16,6 +16,7 @@
|
||||
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
|
||||
#include "services/network/public/cpp/shared_url_loader_factory.h"
|
||||
#include "services/network/public/cpp/weak_wrapper_shared_url_loader_factory.h"
|
||||
#include "services/network/public/mojom/url_response_head.mojom.h"
|
||||
#include "services/network/test/test_url_loader_factory.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
|
||||
#include "services/network/public/cpp/shared_url_loader_factory.h"
|
||||
#include "services/network/public/cpp/weak_wrapper_shared_url_loader_factory.h"
|
||||
#include "services/network/public/mojom/url_response_head.mojom.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace safe_search_api {
|
||||
|
Reference in New Issue
Block a user