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-17 14:58:56 -05:00 committed by GitHub
parent 4dc923a327
commit 233724fe00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 47 additions and 34 deletions

View file

@ -11,12 +11,10 @@
#include "base/functional/callback_forward.h"
#include "base/task/single_thread_task_runner.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_main_parts.h"
#include "electron/buildflags/buildflags.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/device/public/mojom/geolocation_control.mojom.h"
#include "ui/views/layout/layout_provider.h"
class BrowserProcessImpl;
class IconManager;
@ -49,6 +47,10 @@ class LinuxUiGetter;
class DarkModeManagerLinux;
} // namespace ui
namespace views {
class LayoutProvider;
} // namespace views
namespace electron {
class Browser;