chore: iwyu mojom-forward header files (33-x-y) (#43777)

chore: iwyu mojom-forward header files (#43741)

* chore: iwyu mojom.h headers

* fixup! chore: iwyu mojom.h headers

make previously-indirect include dependency direct

* fixup! fixup! chore: iwyu mojom.h headers

make previously-indirect include dependency direct
This commit is contained in:
Charles Kerr 2024-09-19 02:58:45 -05:00 committed by GitHub
parent 753cf3d409
commit d3cfe7aacb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 48 additions and 34 deletions

View file

@ -22,7 +22,8 @@
#include "chrome/browser/devtools/devtools_file_system_indexer.h"
#include "chrome/browser/ui/exclusive_access/exclusive_access_context.h" // nogncheck
#include "chrome/browser/ui/exclusive_access/exclusive_access_manager.h"
#include "content/common/frame.mojom.h"
#include "content/common/frame.mojom-forward.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/devtools_agent_host.h"
#include "content/public/browser/javascript_dialog_manager.h"
#include "content/public/browser/render_widget_host.h"
@ -49,7 +50,7 @@
#endif
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
#include "extensions/common/mojom/view_type.mojom.h"
#include "extensions/common/mojom/view_type.mojom-forward.h"
namespace extensions {
class ScriptExecutor;