diff --git a/shell/app/electron_crash_reporter_client.cc b/shell/app/electron_crash_reporter_client.cc index c188d0c5c078..ff05bda23c96 100644 --- a/shell/app/electron_crash_reporter_client.cc +++ b/shell/app/electron_crash_reporter_client.cc @@ -5,7 +5,6 @@ #include "shell/app/electron_crash_reporter_client.h" #include -#include #include #include "base/command_line.h" diff --git a/shell/browser/api/electron_api_browser_view.cc b/shell/browser/api/electron_api_browser_view.cc index a3c65f1ca80c..cc7a1d717ef3 100644 --- a/shell/browser/api/electron_api_browser_view.cc +++ b/shell/browser/api/electron_api_browser_view.cc @@ -4,8 +4,6 @@ #include "shell/browser/api/electron_api_browser_view.h" -#include - #include "content/browser/renderer_host/render_widget_host_view_base.h" // nogncheck #include "content/public/browser/render_widget_host_view.h" #include "shell/browser/api/electron_api_base_window.h" diff --git a/shell/browser/api/electron_api_browser_view.h b/shell/browser/api/electron_api_browser_view.h index a7b535149c68..409b5dda0c0b 100644 --- a/shell/browser/api/electron_api_browser_view.h +++ b/shell/browser/api/electron_api_browser_view.h @@ -7,7 +7,6 @@ #include #include -#include #include "base/memory/raw_ptr.h" #include "content/public/browser/web_contents_observer.h" diff --git a/shell/browser/api/electron_api_browser_window.h b/shell/browser/api/electron_api_browser_window.h index 7c181ff9ae21..731e97871dd0 100644 --- a/shell/browser/api/electron_api_browser_window.h +++ b/shell/browser/api/electron_api_browser_window.h @@ -6,7 +6,6 @@ #define ELECTRON_SHELL_BROWSER_API_ELECTRON_API_BROWSER_WINDOW_H_ #include -#include #include "base/cancelable_callback.h" #include "shell/browser/api/electron_api_base_window.h" diff --git a/shell/browser/api/electron_api_debugger.cc b/shell/browser/api/electron_api_debugger.cc index 0aaa71a2891d..3e731a25adcb 100755 --- a/shell/browser/api/electron_api_debugger.cc +++ b/shell/browser/api/electron_api_debugger.cc @@ -4,7 +4,6 @@ #include "shell/browser/api/electron_api_debugger.h" -#include #include #include diff --git a/shell/browser/api/electron_api_push_notifications.cc b/shell/browser/api/electron_api_push_notifications.cc index afd0c554f874..797b1c8d0e80 100644 --- a/shell/browser/api/electron_api_push_notifications.cc +++ b/shell/browser/api/electron_api_push_notifications.cc @@ -4,8 +4,6 @@ #include "shell/browser/api/electron_api_push_notifications.h" -#include - #include "shell/common/gin_converters/value_converter.h" #include "shell/common/gin_helper/dictionary.h" #include "shell/common/node_includes.h" diff --git a/shell/browser/api/electron_api_safe_storage.cc b/shell/browser/api/electron_api_safe_storage.cc index d6e1e563c2f4..7bdc15043992 100644 --- a/shell/browser/api/electron_api_safe_storage.cc +++ b/shell/browser/api/electron_api_safe_storage.cc @@ -5,7 +5,6 @@ #include "shell/browser/api/electron_api_safe_storage.h" #include -#include #include "components/os_crypt/sync/os_crypt.h" #include "shell/browser/browser.h" diff --git a/shell/browser/api/electron_api_service_worker_context.cc b/shell/browser/api/electron_api_service_worker_context.cc index ef2a0ceeab7d..0c910a618a08 100644 --- a/shell/browser/api/electron_api_service_worker_context.cc +++ b/shell/browser/api/electron_api_service_worker_context.cc @@ -4,7 +4,6 @@ #include "shell/browser/api/electron_api_service_worker_context.h" -#include #include #include "chrome/browser/browser_process.h" diff --git a/shell/browser/api/electron_api_system_preferences_mac.mm b/shell/browser/api/electron_api_system_preferences_mac.mm index 81a97eb0902f..a048200a196f 100644 --- a/shell/browser/api/electron_api_system_preferences_mac.mm +++ b/shell/browser/api/electron_api_system_preferences_mac.mm @@ -5,7 +5,6 @@ #include "shell/browser/api/electron_api_system_preferences.h" #include -#include #include #include diff --git a/shell/browser/api/electron_api_utility_process.h b/shell/browser/api/electron_api_utility_process.h index e75e4ffdd3e1..cdd7a6f348ba 100644 --- a/shell/browser/api/electron_api_utility_process.h +++ b/shell/browser/api/electron_api_utility_process.h @@ -8,7 +8,6 @@ #include #include #include -#include #include "base/containers/id_map.h" #include "base/environment.h" diff --git a/shell/browser/api/electron_api_web_contents.cc b/shell/browser/api/electron_api_web_contents.cc index b4817efc82da..9d8a5f84b1ab 100644 --- a/shell/browser/api/electron_api_web_contents.cc +++ b/shell/browser/api/electron_api_web_contents.cc @@ -8,7 +8,6 @@ #include #include #include -#include #include #include diff --git a/shell/browser/api/gpuinfo_manager.h b/shell/browser/api/gpuinfo_manager.h index 3486d969036e..a9b95e4adec6 100644 --- a/shell/browser/api/gpuinfo_manager.h +++ b/shell/browser/api/gpuinfo_manager.h @@ -5,7 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_API_GPUINFO_MANAGER_H_ #define ELECTRON_SHELL_BROWSER_API_GPUINFO_MANAGER_H_ -#include #include #include "base/memory/raw_ptr.h" diff --git a/shell/browser/badging/badge_manager_factory.cc b/shell/browser/badging/badge_manager_factory.cc index 99514d94a54d..8c792e5024c7 100644 --- a/shell/browser/badging/badge_manager_factory.cc +++ b/shell/browser/badging/badge_manager_factory.cc @@ -4,8 +4,6 @@ #include "shell/browser/badging/badge_manager_factory.h" -#include - #include "base/functional/bind.h" #include "base/memory/ptr_util.h" #include "base/memory/singleton.h" diff --git a/shell/browser/electron_api_ipc_handler_impl.h b/shell/browser/electron_api_ipc_handler_impl.h index 222f42bed1be..ecf58ca88994 100644 --- a/shell/browser/electron_api_ipc_handler_impl.h +++ b/shell/browser/electron_api_ipc_handler_impl.h @@ -6,7 +6,6 @@ #define ELECTRON_SHELL_BROWSER_ELECTRON_API_IPC_HANDLER_IMPL_H_ #include -#include #include "base/memory/weak_ptr.h" #include "content/public/browser/web_contents_observer.h" diff --git a/shell/browser/electron_autofill_driver_factory.cc b/shell/browser/electron_autofill_driver_factory.cc index 20357c544abe..9aa01c23f135 100644 --- a/shell/browser/electron_autofill_driver_factory.cc +++ b/shell/browser/electron_autofill_driver_factory.cc @@ -6,7 +6,6 @@ #include #include -#include #include "base/functional/bind.h" #include "base/functional/callback.h" diff --git a/shell/browser/electron_web_contents_utility_handler_impl.h b/shell/browser/electron_web_contents_utility_handler_impl.h index 819c818fcae5..ef2ed871b1c0 100644 --- a/shell/browser/electron_web_contents_utility_handler_impl.h +++ b/shell/browser/electron_web_contents_utility_handler_impl.h @@ -5,7 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_ELECTRON_WEB_CONTENTS_UTILITY_HANDLER_IMPL_H_ #define ELECTRON_SHELL_BROWSER_ELECTRON_WEB_CONTENTS_UTILITY_HANDLER_IMPL_H_ -#include #include #include "base/memory/weak_ptr.h" diff --git a/shell/browser/file_select_helper.h b/shell/browser/file_select_helper.h index 60bdb2815ccf..f71d3f8979ea 100644 --- a/shell/browser/file_select_helper.h +++ b/shell/browser/file_select_helper.h @@ -5,7 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_FILE_SELECT_HELPER_H_ #define ELECTRON_SHELL_BROWSER_FILE_SELECT_HELPER_H_ -#include #include #include #include diff --git a/shell/browser/hid/hid_chooser_context.h b/shell/browser/hid/hid_chooser_context.h index a5c55d84033b..d5665ed0e113 100644 --- a/shell/browser/hid/hid_chooser_context.h +++ b/shell/browser/hid/hid_chooser_context.h @@ -6,10 +6,8 @@ #define ELECTRON_SHELL_BROWSER_HID_HID_CHOOSER_CONTEXT_H_ #include -#include #include #include -#include #include #include "base/containers/queue.h" diff --git a/shell/browser/linux/unity_service.cc b/shell/browser/linux/unity_service.cc index 9f530154aae0..15f4944066c5 100644 --- a/shell/browser/linux/unity_service.cc +++ b/shell/browser/linux/unity_service.cc @@ -7,7 +7,6 @@ #include #include -#include #include #include "base/environment.h" diff --git a/shell/browser/mac/electron_application.mm b/shell/browser/mac/electron_application.mm index 5d53b9ae07a7..3a0762d3e4ef 100644 --- a/shell/browser/mac/electron_application.mm +++ b/shell/browser/mac/electron_application.mm @@ -4,7 +4,6 @@ #import "shell/browser/mac/electron_application.h" -#include #include #include diff --git a/shell/browser/media/media_capture_devices_dispatcher.h b/shell/browser/media/media_capture_devices_dispatcher.h index cb513230aa5d..494b7fa792c8 100644 --- a/shell/browser/media/media_capture_devices_dispatcher.h +++ b/shell/browser/media/media_capture_devices_dispatcher.h @@ -5,8 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_ #define ELECTRON_SHELL_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_ -#include - #include "base/memory/singleton.h" #include "components/webrtc/media_stream_device_enumerator_impl.h" #include "content/public/browser/media_observer.h" diff --git a/shell/browser/native_browser_view.h b/shell/browser/native_browser_view.h index b76b4fd44924..983b91ea0f0a 100644 --- a/shell/browser/native_browser_view.h +++ b/shell/browser/native_browser_view.h @@ -5,8 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_NATIVE_BROWSER_VIEW_H_ #define ELECTRON_SHELL_BROWSER_NATIVE_BROWSER_VIEW_H_ -#include - #include "base/memory/raw_ptr.h" #include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents_observer.h" diff --git a/shell/browser/native_browser_view_mac.h b/shell/browser/native_browser_view_mac.h index c30253fbcfc3..51a835079332 100644 --- a/shell/browser/native_browser_view_mac.h +++ b/shell/browser/native_browser_view_mac.h @@ -6,7 +6,6 @@ #define ELECTRON_SHELL_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_ #import -#include #include "base/mac/scoped_nsobject.h" #include "shell/browser/native_browser_view.h" diff --git a/shell/browser/native_browser_view_views.cc b/shell/browser/native_browser_view_views.cc index 222674b0f725..14a1fa4139dd 100644 --- a/shell/browser/native_browser_view_views.cc +++ b/shell/browser/native_browser_view_views.cc @@ -4,8 +4,6 @@ #include "shell/browser/native_browser_view_views.h" -#include - #include "shell/browser/ui/views/inspectable_web_contents_view_views.h" #include "ui/gfx/geometry/rect.h" #include "ui/views/background.h" diff --git a/shell/browser/native_browser_view_views.h b/shell/browser/native_browser_view_views.h index ccda379bdefa..a6c64bc0b322 100644 --- a/shell/browser/native_browser_view_views.h +++ b/shell/browser/native_browser_view_views.h @@ -5,9 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_ #define ELECTRON_SHELL_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_ -#include -#include - #include "shell/browser/native_browser_view.h" namespace electron { diff --git a/shell/browser/native_window_views.h b/shell/browser/native_window_views.h index 942dfc0460d6..8a2bf583bd78 100644 --- a/shell/browser/native_window_views.h +++ b/shell/browser/native_window_views.h @@ -10,7 +10,6 @@ #include #include #include -#include #include "base/memory/raw_ptr.h" #include "shell/browser/ui/views/root_view.h" diff --git a/shell/browser/net/resolve_host_function.cc b/shell/browser/net/resolve_host_function.cc index f7ccf72183da..8c62c2089ea4 100644 --- a/shell/browser/net/resolve_host_function.cc +++ b/shell/browser/net/resolve_host_function.cc @@ -5,7 +5,6 @@ #include "shell/browser/net/resolve_host_function.h" #include -#include #include "base/functional/bind.h" #include "base/values.h" diff --git a/shell/browser/net/resolve_host_function.h b/shell/browser/net/resolve_host_function.h index 963be64a2a7d..60da16c726b0 100644 --- a/shell/browser/net/resolve_host_function.h +++ b/shell/browser/net/resolve_host_function.h @@ -5,9 +5,7 @@ #ifndef ELECTRON_SHELL_BROWSER_NET_RESOLVE_HOST_FUNCTION_H_ #define ELECTRON_SHELL_BROWSER_NET_RESOLVE_HOST_FUNCTION_H_ -#include #include -#include #include "base/memory/raw_ptr.h" #include "base/memory/ref_counted.h" diff --git a/shell/browser/notifications/win/windows_toast_notification.h b/shell/browser/notifications/win/windows_toast_notification.h index adb0f87753f1..509f1c12598b 100644 --- a/shell/browser/notifications/win/windows_toast_notification.h +++ b/shell/browser/notifications/win/windows_toast_notification.h @@ -13,7 +13,6 @@ #include #include #include -#include #include "shell/browser/notifications/notification.h" diff --git a/shell/browser/printing/print_view_manager_electron.h b/shell/browser/printing/print_view_manager_electron.h index 72f25ca07360..b9c30e8a0f96 100644 --- a/shell/browser/printing/print_view_manager_electron.h +++ b/shell/browser/printing/print_view_manager_electron.h @@ -5,7 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_PRINTING_PRINT_VIEW_MANAGER_ELECTRON_H_ #define ELECTRON_SHELL_BROWSER_PRINTING_PRINT_VIEW_MANAGER_ELECTRON_H_ -#include #include #include diff --git a/shell/browser/serial/serial_chooser_context.cc b/shell/browser/serial/serial_chooser_context.cc index 48c21f7a6639..e2dd32d61933 100644 --- a/shell/browser/serial/serial_chooser_context.cc +++ b/shell/browser/serial/serial_chooser_context.cc @@ -4,7 +4,6 @@ #include "shell/browser/serial/serial_chooser_context.h" -#include #include #include diff --git a/shell/browser/serial/serial_chooser_context.h b/shell/browser/serial/serial_chooser_context.h index 0e0f203a5d13..c61df48c5be3 100644 --- a/shell/browser/serial/serial_chooser_context.h +++ b/shell/browser/serial/serial_chooser_context.h @@ -7,7 +7,6 @@ #include #include -#include #include #include "base/memory/raw_ptr.h" diff --git a/shell/browser/ui/cocoa/electron_bundle_mover.h b/shell/browser/ui/cocoa/electron_bundle_mover.h index d80bc5c1c247..282c7f9639c2 100644 --- a/shell/browser/ui/cocoa/electron_bundle_mover.h +++ b/shell/browser/ui/cocoa/electron_bundle_mover.h @@ -5,8 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_UI_COCOA_ELECTRON_BUNDLE_MOVER_H_ #define ELECTRON_SHELL_BROWSER_UI_COCOA_ELECTRON_BUNDLE_MOVER_H_ -#include - #include "base/mac/foundation_util.h" #include "shell/common/gin_helper/error_thrower.h" diff --git a/shell/browser/ui/inspectable_web_contents_view.h b/shell/browser/ui/inspectable_web_contents_view.h index b279abfbcd7e..d2c9cc54c96b 100644 --- a/shell/browser/ui/inspectable_web_contents_view.h +++ b/shell/browser/ui/inspectable_web_contents_view.h @@ -7,7 +7,6 @@ #define ELECTRON_SHELL_BROWSER_UI_INSPECTABLE_WEB_CONTENTS_VIEW_H_ #include -#include #include "base/memory/raw_ptr.h" #include "shell/common/api/api.mojom.h" diff --git a/shell/browser/ui/inspectable_web_contents_view_mac.h b/shell/browser/ui/inspectable_web_contents_view_mac.h index 62c1e9440283..b19d3717b5bc 100644 --- a/shell/browser/ui/inspectable_web_contents_view_mac.h +++ b/shell/browser/ui/inspectable_web_contents_view_mac.h @@ -8,8 +8,6 @@ #include "shell/browser/ui/inspectable_web_contents_view.h" -#include - #include "base/mac/scoped_nsobject.h" @class ElectronInspectableWebContentsView; diff --git a/shell/browser/ui/views/inspectable_web_contents_view_views.cc b/shell/browser/ui/views/inspectable_web_contents_view_views.cc index c3fd82979519..6ddc8bcb43ac 100644 --- a/shell/browser/ui/views/inspectable_web_contents_view_views.cc +++ b/shell/browser/ui/views/inspectable_web_contents_view_views.cc @@ -5,9 +5,7 @@ #include "shell/browser/ui/views/inspectable_web_contents_view_views.h" #include - #include -#include #include "base/memory/raw_ptr.h" #include "base/strings/utf_string_conversions.h" diff --git a/shell/browser/ui/views/inspectable_web_contents_view_views.h b/shell/browser/ui/views/inspectable_web_contents_view_views.h index 8ba51257bad1..c30de470c652 100644 --- a/shell/browser/ui/views/inspectable_web_contents_view_views.h +++ b/shell/browser/ui/views/inspectable_web_contents_view_views.h @@ -6,7 +6,6 @@ #define ELECTRON_SHELL_BROWSER_UI_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_ #include -#include #include "base/compiler_specific.h" #include "base/memory/raw_ptr.h" diff --git a/shell/browser/ui/views/submenu_button.h b/shell/browser/ui/views/submenu_button.h index 6419cba02324..6b751133e618 100644 --- a/shell/browser/ui/views/submenu_button.h +++ b/shell/browser/ui/views/submenu_button.h @@ -5,7 +5,7 @@ #ifndef ELECTRON_SHELL_BROWSER_UI_VIEWS_SUBMENU_BUTTON_H_ #define ELECTRON_SHELL_BROWSER_UI_VIEWS_SUBMENU_BUTTON_H_ -#include +#include #include "ui/accessibility/ax_node_data.h" #include "ui/views/animation/ink_drop_highlight.h" diff --git a/shell/browser/usb/usb_chooser_context.cc b/shell/browser/usb/usb_chooser_context.cc index 593987ebf6e6..53df5c666f53 100644 --- a/shell/browser/usb/usb_chooser_context.cc +++ b/shell/browser/usb/usb_chooser_context.cc @@ -4,7 +4,6 @@ #include "shell/browser/usb/usb_chooser_context.h" -#include #include #include diff --git a/shell/browser/usb/usb_chooser_context.h b/shell/browser/usb/usb_chooser_context.h index 12f52ed09418..a9c1d07a5c80 100644 --- a/shell/browser/usb/usb_chooser_context.h +++ b/shell/browser/usb/usb_chooser_context.h @@ -6,10 +6,8 @@ #define ELECTRON_SHELL_BROWSER_USB_USB_CHOOSER_CONTEXT_H_ #include -#include #include #include -#include #include #include "base/containers/queue.h" diff --git a/shell/browser/usb/usb_chooser_controller.h b/shell/browser/usb/usb_chooser_controller.h index 4e71bc17c110..239e128816f5 100644 --- a/shell/browser/usb/usb_chooser_controller.h +++ b/shell/browser/usb/usb_chooser_controller.h @@ -5,9 +5,6 @@ #ifndef ELECTRON_SHELL_BROWSER_USB_USB_CHOOSER_CONTROLLER_H_ #define ELECTRON_SHELL_BROWSER_USB_USB_CHOOSER_CONTROLLER_H_ -#include -#include -#include #include #include "base/memory/raw_ptr.h" diff --git a/shell/browser/web_contents_permission_helper.cc b/shell/browser/web_contents_permission_helper.cc index fe2cd63ac4b9..39909b7bacd4 100644 --- a/shell/browser/web_contents_permission_helper.cc +++ b/shell/browser/web_contents_permission_helper.cc @@ -4,8 +4,6 @@ #include "shell/browser/web_contents_permission_helper.h" -#include -#include #include #include "content/public/browser/browser_context.h" diff --git a/shell/browser/zoom_level_delegate.cc b/shell/browser/zoom_level_delegate.cc index c233052c8fb1..6c03e7cef48f 100644 --- a/shell/browser/zoom_level_delegate.cc +++ b/shell/browser/zoom_level_delegate.cc @@ -5,7 +5,6 @@ #include "shell/browser/zoom_level_delegate.h" #include -#include #include #include diff --git a/shell/common/asar/asar_util.cc b/shell/common/asar/asar_util.cc index 0f5c3127a181..56999252dc5a 100644 --- a/shell/common/asar/asar_util.cc +++ b/shell/common/asar/asar_util.cc @@ -5,8 +5,8 @@ #include "shell/common/asar/asar_util.h" #include +#include #include -#include #include "base/files/file_path.h" #include "base/files/file_util.h" diff --git a/shell/common/color_util.cc b/shell/common/color_util.cc index 435bcee1e4c1..897d1e673906 100644 --- a/shell/common/color_util.cc +++ b/shell/common/color_util.cc @@ -4,8 +4,8 @@ #include "shell/common/color_util.h" +#include #include -#include #include #include "base/strings/string_util.h" diff --git a/shell/common/crash_keys.cc b/shell/common/crash_keys.cc index 26307a3d18ea..b87c87af8b17 100644 --- a/shell/common/crash_keys.cc +++ b/shell/common/crash_keys.cc @@ -5,8 +5,8 @@ #include "shell/common/crash_keys.h" #include -#include -#include +#include +#include #include "base/command_line.h" #include "base/environment.h" diff --git a/shell/common/gin_converters/extension_converter.h b/shell/common/gin_converters/extension_converter.h index 83c30ffe6d09..9efb1875ae08 100644 --- a/shell/common/gin_converters/extension_converter.h +++ b/shell/common/gin_converters/extension_converter.h @@ -5,8 +5,6 @@ #ifndef ELECTRON_SHELL_COMMON_GIN_CONVERTERS_EXTENSION_CONVERTER_H_ #define ELECTRON_SHELL_COMMON_GIN_CONVERTERS_EXTENSION_CONVERTER_H_ -#include - #include "gin/converter.h" namespace extensions { diff --git a/shell/common/gin_converters/media_converter.cc b/shell/common/gin_converters/media_converter.cc index 0da6206feb7b..c653a23a1c74 100644 --- a/shell/common/gin_converters/media_converter.cc +++ b/shell/common/gin_converters/media_converter.cc @@ -4,9 +4,6 @@ #include "shell/common/gin_converters/media_converter.h" -#include -#include - #include "content/public/browser/media_stream_request.h" #include "content/public/browser/render_frame_host.h" #include "gin/data_object_builder.h" diff --git a/shell/common/gin_converters/net_converter.cc b/shell/common/gin_converters/net_converter.cc index acef56271e62..695635495b76 100644 --- a/shell/common/gin_converters/net_converter.cc +++ b/shell/common/gin_converters/net_converter.cc @@ -4,7 +4,6 @@ #include "shell/common/gin_converters/net_converter.h" -#include #include #include #include diff --git a/shell/common/gin_converters/net_converter.h b/shell/common/gin_converters/net_converter.h index a375090898f9..d14cfa4d67a8 100644 --- a/shell/common/gin_converters/net_converter.h +++ b/shell/common/gin_converters/net_converter.h @@ -5,7 +5,6 @@ #ifndef ELECTRON_SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_H_ #define ELECTRON_SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_H_ -#include #include #include diff --git a/shell/common/node_bindings.cc b/shell/common/node_bindings.cc index 45f2e19107de..830e355b807c 100644 --- a/shell/common/node_bindings.cc +++ b/shell/common/node_bindings.cc @@ -5,7 +5,6 @@ #include "shell/common/node_bindings.h" #include -#include #include #include #include diff --git a/shell/renderer/api/context_bridge/object_cache.cc b/shell/renderer/api/context_bridge/object_cache.cc index 5685ff63bf96..9fc359ad6cf1 100644 --- a/shell/renderer/api/context_bridge/object_cache.cc +++ b/shell/renderer/api/context_bridge/object_cache.cc @@ -4,8 +4,6 @@ #include "shell/renderer/api/context_bridge/object_cache.h" -#include - #include "shell/common/api/object_life_monitor.h" namespace electron::api::context_bridge { diff --git a/shell/renderer/api/electron_api_context_bridge.cc b/shell/renderer/api/electron_api_context_bridge.cc index ac710a6916f6..22e2857d461d 100644 --- a/shell/renderer/api/electron_api_context_bridge.cc +++ b/shell/renderer/api/electron_api_context_bridge.cc @@ -7,6 +7,7 @@ #include #include #include +#include #include #include diff --git a/shell/renderer/electron_api_service_impl.cc b/shell/renderer/electron_api_service_impl.cc index 65fc61a2ce94..ab11b64ec39a 100644 --- a/shell/renderer/electron_api_service_impl.cc +++ b/shell/renderer/electron_api_service_impl.cc @@ -5,6 +5,7 @@ #include "electron/shell/renderer/electron_api_service_impl.h" #include +#include #include #include diff --git a/shell/renderer/electron_renderer_client.cc b/shell/renderer/electron_renderer_client.cc index caab3b88d564..6affa21323c7 100644 --- a/shell/renderer/electron_renderer_client.cc +++ b/shell/renderer/electron_renderer_client.cc @@ -4,8 +4,6 @@ #include "shell/renderer/electron_renderer_client.h" -#include - #include "base/command_line.h" #include "base/containers/contains.h" #include "content/public/renderer/render_frame.h" diff --git a/shell/renderer/electron_renderer_client.h b/shell/renderer/electron_renderer_client.h index 53e3d6709475..c93d51e75938 100644 --- a/shell/renderer/electron_renderer_client.h +++ b/shell/renderer/electron_renderer_client.h @@ -7,7 +7,6 @@ #include #include -#include #include "shell/renderer/renderer_client_base.h" diff --git a/shell/renderer/electron_sandboxed_renderer_client.h b/shell/renderer/electron_sandboxed_renderer_client.h index 9d6191eea871..a80573efb80e 100644 --- a/shell/renderer/electron_sandboxed_renderer_client.h +++ b/shell/renderer/electron_sandboxed_renderer_client.h @@ -6,7 +6,6 @@ #include #include -#include #include "shell/renderer/renderer_client_base.h" diff --git a/shell/renderer/renderer_client_base.h b/shell/renderer/renderer_client_base.h index bf020840d6d0..309a6bb95aae 100644 --- a/shell/renderer/renderer_client_base.h +++ b/shell/renderer/renderer_client_base.h @@ -7,7 +7,6 @@ #include #include -#include #include "content/public/renderer/content_renderer_client.h" #include "electron/buildflags/buildflags.h" diff --git a/shell/services/node/node_service.cc b/shell/services/node/node_service.cc index 6c84c5d219c1..8aa7a4a61882 100644 --- a/shell/services/node/node_service.cc +++ b/shell/services/node/node_service.cc @@ -5,7 +5,6 @@ #include "shell/services/node/node_service.h" #include -#include #include "base/command_line.h" #include "base/strings/utf_string_conversions.h" diff --git a/shell/utility/electron_content_utility_client.h b/shell/utility/electron_content_utility_client.h index a3f5b87fc795..2d61853f4400 100644 --- a/shell/utility/electron_content_utility_client.h +++ b/shell/utility/electron_content_utility_client.h @@ -5,8 +5,6 @@ #ifndef ELECTRON_SHELL_UTILITY_ELECTRON_CONTENT_UTILITY_CLIENT_H_ #define ELECTRON_SHELL_UTILITY_ELECTRON_CONTENT_UTILITY_CLIENT_H_ -#include - #include "base/compiler_specific.h" #include "content/public/utility/content_utility_client.h" #include "mojo/public/cpp/bindings/binder_map.h"