Remove unnecessary foo.mojom.h includes from content/ headers.
From the output of: git grep -l '^#include .*mojom\.h"$' content | \ xargs grep -L mojom:: | grep h$ Then forward declare / IWYU to fix the build, and fix lint errors. Change-Id: Ibff8337631a8d9e78910c2cf41d31d5fc6f122a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2832922 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#873985}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d85e43864a
commit
fc521f5523
content
browser
background_fetch
browsing_data
compositor
devtools
protocol
payments
renderer_host
service_worker
gpu
public
@ -13,6 +13,7 @@
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "content/browser/service_worker/service_worker_metrics.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "content/browser/service_worker/service_worker_context_wrapper.h"
|
||||
#include "net/test/embedded_test_server/embedded_test_server.h"
|
||||
#include "net/test/embedded_test_server/http_response.h"
|
||||
#include "services/network/public/mojom/cookie_manager.mojom.h"
|
||||
|
||||
namespace content {
|
||||
class StoragePartition;
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "components/viz/test/test_image_factory.h"
|
||||
#include "content/browser/compositor/image_transport_factory.h"
|
||||
#include "mojo/public/cpp/bindings/pending_remote.h"
|
||||
#include "services/viz/privileged/mojom/compositing/vsync_parameter_observer.mojom.h"
|
||||
#include "ui/compositor/compositor.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "content/browser/devtools/protocol/devtools_domain_handler.h"
|
||||
#include "content/browser/devtools/protocol/log.h"
|
||||
#include "mojo/public/cpp/bindings/remote.h"
|
||||
#include "third_party/blink/public/mojom/leak_detector/leak_detector.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "content/public/browser/global_routing_id.h"
|
||||
#include "third_party/blink/public/common/manifest/manifest.h"
|
||||
#include "third_party/blink/public/mojom/payments/payment_app.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_PROVIDER_SWITCHER_H_
|
||||
|
||||
#include "content/browser/renderer_host/media/video_capture_provider.h"
|
||||
#include "services/video_capture/public/mojom/device_factory.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "base/process/kill.h"
|
||||
#include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "content/common/render_message_filter.mojom.h"
|
||||
#include "mojo/public/cpp/bindings/pending_remote.h"
|
||||
#include "net/base/load_states.h"
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include "base/process/process.h"
|
||||
#include "base/synchronization/lock.h"
|
||||
#include "base/thread_annotations.h"
|
||||
#include "content/common/render_message_filter.mojom.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/content_browser_client.h"
|
||||
#include "content/public/browser/global_request_id.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "content/browser/service_worker/service_worker_context_core_observer.h"
|
||||
#include "content/browser/service_worker/service_worker_info.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_container_type.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -24,7 +24,10 @@
|
||||
#include "third_party/blink/public/common/service_worker/service_worker_status_code.h"
|
||||
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom.h"
|
||||
#include "third_party/blink/public/mojom/fetch/fetch_api_response.mojom.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/dispatch_fetch_event_params.mojom.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_event_status.mojom.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_fetch_response_callback.mojom.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_stream_handle.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -12,9 +12,7 @@
|
||||
#include "base/macros.h"
|
||||
#include "base/time/time.h"
|
||||
#include "content/public/browser/service_worker_context.h"
|
||||
#include "services/network/public/mojom/fetch_api.mojom.h"
|
||||
#include "third_party/blink/public/common/service_worker/service_worker_status_code.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/embedded_worker.mojom.h"
|
||||
#include "ui/base/page_transition_types.h"
|
||||
|
||||
class GURL;
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "gpu/ipc/service/gpu_config.h"
|
||||
#include "gpu/ipc/service/x_util.h"
|
||||
#include "media/base/android_overlay_mojo_factory.h"
|
||||
#include "services/viz/privileged/mojom/viz_main.mojom.h"
|
||||
#include "ui/gfx/gpu_extra_info.h"
|
||||
#include "ui/gfx/native_widget_types.h"
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "base/callback_forward.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "content/public/browser/stored_payment_app.h"
|
||||
#include "third_party/blink/public/mojom/payments/payment_app.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "base/time/time.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "content/public/browser/notification_database_data.h"
|
||||
#include "third_party/blink/public/mojom/permissions/permission_status.mojom.h"
|
||||
|
||||
class GURL;
|
||||
|
||||
|
@ -14,16 +14,16 @@
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/service_worker_external_request_result.h"
|
||||
#include "content/public/browser/service_worker_running_info.h"
|
||||
#include "third_party/blink/public/common/messaging/transferable_message.h"
|
||||
#include "third_party/blink/public/common/service_worker/service_worker_status_code.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_registration.mojom-forward.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_registration_options.mojom-forward.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace blink {
|
||||
namespace url {
|
||||
class Origin;
|
||||
} // namespace url
|
||||
|
||||
struct TransferableMessage;
|
||||
|
||||
}
|
||||
class GURL;
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include "content/common/content_export.h"
|
||||
#include "content/public/common/child_process_host.h"
|
||||
#include "third_party/blink/public/common/tokens/tokens.h"
|
||||
#include "third_party/blink/public/mojom/service_worker/service_worker_object.mojom.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace content {
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/blink/public/mojom/speech/speech_recognition_result.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/no_destructor.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/sequenced_task_runner.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/values.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "build/build_config.h"
|
||||
#include "content/common/content_export.h"
|
||||
#include "third_party/blink/public/mojom/user_agent/user_agent_metadata.mojom.h"
|
||||
|
||||
namespace content {
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "third_party/blink/public/common/input/web_input_event.h"
|
||||
#include "third_party/blink/public/common/tokens/tokens.h"
|
||||
#include "third_party/blink/public/mojom/loader/pause_subresource_loading_handle.mojom.h"
|
||||
#include "ui/base/page_transition_types.h"
|
||||
|
||||
class GURL;
|
||||
|
Reference in New Issue
Block a user