[base] IWYU for base::CommandLine::ForCurrentProcess()
Prereq for https://chromium-review.googlesource.com/c/chromium/src/+/3347944 which drops main_function_params.h from chrome_browser_main.h Bug: 1175074 Change-Id: I90bb33ab816edd090ad8af755d645a96fd189bb9 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3615351 Owners-Override: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/main@{#997468}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
bfddc44774
commit
f385133b85
apps
ash
components
shelf
system
human_presence
power
test
cc/tiles
chrome
browser
apps
app_service
guest_view
ash
app_restore
arc
assistant
child_accounts
time_limits
crosapi
crostini
file_manager
lock_screen_apps
login
policy
core
handlers
system
usb
chooser_controller
chrome_browser_main_parts_lacros.ccchrome_resource_bundle_helper.ccchromeos
extensions
content_settings
download
enterprise
connectors
file_system
extensions
api
activity_log_private
bluetooth_low_energy
messaging
safe_browsing_private
settings_overrides
web_navigation
webrtc_logging_private
fuchsia
lacros
media
router
discovery
access_code
webrtc
metrics
optimization_guide
page_load_metrics
performance_hints
policy
predictors
prefetch
prefetch_proxy
prefs
safe_browsing
chrome_cleaner
signin
e2e_tests
site_isolation
spellchecker
ui
ash
assistant
launcher_page_switches_interactive_uitest.ccprojector
shelf
wallpaper_controller_client_impl.ccextensions
hid
popup_browsertest.ccviews
extensions
location_bar
passwords
toolbar
webui
window_sizer
usb
chrome_cleaner
components
engines
ipc
parsers
gpu
renderer
test
base
media_router
ppapi
chromecast
components
autofill
core
browser
autofill_assistant
browser
metrics
optimization_guide
query_tiles
site_isolation
translate
core
variations
content
app
browser
accessibility
accessibility_action_browsertest.ccaccessibility_win_browsertest.ccaom_browsertest.cccross_platform_accessibility_browsertest.ccdump_accessibility_node_browsertest.ccdump_accessibility_scripts_browsertest.ccdump_accessibility_tree_browsertest.hhit_testing_browsertest.cchit_testing_win_browsertest.cc
android
attribution_reporting
back_forward_cache_internal_browsertest.ccchild_process_launcher_helper_linux.cccross_origin_opener_policy_browsertest.ccfile_system
file_system_access
indexed_db
loader
media
network_service_client.ccnetwork_service_instance_impl.ccpicture_in_picture
ppapi_plugin_sandboxed_process_launcher_delegate.ccprerender
renderer_host
accessibility_object_lifetime_win_browsertest.ccaccessibility_tree_linkage_win_browsertest.ccisolated_app_throttle_unittest.ccnavigation_request.ccorigin_agent_cluster_browsertest.ccpage_lifecycle_state_manager_browsertest.ccpolicy_container_host_browsertest.ccprivate_network_access_browsertest.ccprivate_network_access_util.ccrender_frame_host_impl_browsertest.cc
site_info.ccsms
utility_process_sandbox_browsertest.ccweb_contents
webrtc
websockets
child
common
gpu
public
renderer
web_test
zygote
extensions/browser/api/app_window
fuchsia/engine
browser
accessibility_bridge_browsertest.ccaccessibility_browsertest.cccontent_directory_browsertest.cccontext_impl_browsertest.ccweb_engine_content_browser_client.cc
test
gpu/command_buffer/tests
headless
ios/chrome/browser
app_launcher
commerce
optimization_guide
optimization_guide_service_unittest.mmoptimization_guide_tab_helper_unittest.mmoptimization_guide_validation_tab_helper_unittest.mm
safe_browsing
ui
webui
net_export
media/gpu/chromeos
mojo/core
remoting/host
services
network
tracing
public
cpp
stack_sampling
ui
events
ozone
evdev
touch_filter
gl
ozone
platform
weblayer
@ -9,6 +9,7 @@
|
||||
#include <iterator>
|
||||
|
||||
#include "apps/switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/process/launch.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/test_switches.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/callback.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "ash/components/test/ash_components_test_suite.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/i18n/rtl.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "ash/wm/tablet_mode/tablet_mode_controller_test_api.h"
|
||||
#include "ash/wm/window_util.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chromeos/constants/chromeos_features.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/shell.h"
|
||||
#include "ash/test/ash_test_base.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "ui/display/display.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/test/ash_test_base.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/test/scoped_command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "ash/shell.h"
|
||||
#include "ash/test/ash_test_base.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
#include "base/test/scoped_command_line.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "ash/test/ash_test_suite.h"
|
||||
|
||||
#include "ash/test/ash_test_helper.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/i18n/rtl.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/debug/dump_without_crashing.h"
|
||||
#include "build/chromeos_buildflags.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "ash/components/arc/test/fake_webapk_instance.h"
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_test.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/containers/contains.h"
|
||||
#include "base/containers/queue.h"
|
||||
#include "base/feature_list.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/ash/app_restore/arc_window_utils.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "components/app_restore/features.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/public/cpp/notification_utils.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/metrics/histogram_functions.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "chrome/app/vector_icons/vector_icons.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_pref_names.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/json/json_string_value_serializer.h"
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "ash/components/arc/session/arc_bridge_service.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/location.h"
|
||||
#include "base/no_destructor.h"
|
||||
#include "base/rand_util.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "chrome/browser/ash/login/demo_mode/demo_session.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "ash/components/arc/mojom/app.mojom.h"
|
||||
#include "ash/components/arc/mojom/app_permissions.mojom.h"
|
||||
#include "ash/components/arc/test/fake_app_instance.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/containers/contains.h"
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/files/file_path.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/containers/fixed_flat_map.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_pref_names.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "chrome/browser/ash/crosapi/browser_util.h"
|
||||
#include "chrome/browser/ash/crosapi/browser_version_service_ash.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_manager.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "base/barrier_closure.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_util.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "ash/components/disks/disk.h"
|
||||
#include "ash/components/disks/disk_mount_manager.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/system/sys_info.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "ash/components/arc/session/arc_session.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/json/json_file_value_serializer.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "ash/session/test_session_controller_client.h"
|
||||
#include "base/base64.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/strings/strcat.h"
|
||||
#include "chrome/browser/ash/app_mode/kiosk_app_manager.h"
|
||||
#include "chrome/browser/ash/app_mode/kiosk_app_types.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "ash/public/cpp/login_screen_test_api.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/check.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/gtest_util.h"
|
||||
#include "base/values.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/public/cpp/keyboard/keyboard_controller.h"
|
||||
#include "ash/public/cpp/login_screen_test_api.h"
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/about_flags.h"
|
||||
#include "chrome/browser/ash/login/startup_utils.h"
|
||||
#include "chrome/browser/ash/login/test/js_checker.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_pref_names.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/ash/login/test/login_manager_mixin.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/check.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/metrics/histogram_functions.h"
|
||||
#include "chrome/browser/ash/account_manager/account_apps_availability.h"
|
||||
#include "chrome/browser/ash/crosapi/browser_util.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "ash/components/cryptohome/cryptohome_parameters.h"
|
||||
#include "ash/components/login/auth/user_context.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "chrome/browser/about_flags.h"
|
||||
#include "chrome/browser/ash/login/session/user_session_manager_test_api.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "ash/components/tpm/install_attributes.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "ash/components/arc/test/fake_arc_session.h"
|
||||
#include "ash/components/login/session/session_termination_manager.h"
|
||||
#include "ash/components/settings/cros_settings_names.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "build/build_config.h"
|
||||
#include "chrome/browser/ash/arc/session/arc_session_manager.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/public/cpp/login_screen_test_api.h"
|
||||
#include "ash/public/cpp/system_tray_test_api.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/json/json_writer.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/public/cpp/login_screen_test_api.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "ash/components/disks/disk_mount_manager.h"
|
||||
#include "ash/components/disks/mock_disk_mount_manager.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/gmock_move_support.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/chooser_controller/title_util.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/grit/generated_resources.h"
|
||||
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
|
||||
#include "components/strings/grit/components_strings.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "chrome/browser/chrome_browser_main_parts_lacros.h"
|
||||
|
||||
#include "base/check.h"
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/lacros/metrics_reporting_observer.h"
|
||||
#include "chrome/browser/lacros/prefs_ash_observer.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/chrome_resource_bundle_helper.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include "ash/wm/wm_event.h"
|
||||
#include "base/base64.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/lazy_instance.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "ash/constants/ash_pref_names.h"
|
||||
#include "ash/constants/ash_switches.h"
|
||||
#include "ash/public/cpp/stylus_utils.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_chromeos_version_info.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/ash/arc/arc_util.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/content_settings/mixed_content_settings_tab_helper.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
#include "chrome/browser/ui/browser_content_setting_bubble_model_delegate.h"
|
||||
#include "chrome/browser/ui/content_settings/content_setting_bubble_model.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/callback.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/enterprise/connectors/file_system/browsertest_helper.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "build/build_config.h"
|
||||
#include "chrome/browser/extensions/activity_log/activity_log.h"
|
||||
#include "chrome/browser/extensions/extension_apitest.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "chrome/browser/apps/platform_apps/app_browsertest_util.h"
|
||||
#include "chrome/browser/ash/app_mode/kiosk_app_manager.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "base/base64.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/json/json_reader.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/scoped_observation.h"
|
||||
|
1
chrome/browser/extensions/api/safe_browsing_private/safe_browsing_private_event_router_unittest.cc
1
chrome/browser/extensions/api/safe_browsing_private/safe_browsing_private_event_router_unittest.cc
@ -9,6 +9,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include "base/at_exit.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include "base/base_switches.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "extensions/browser/extension_navigation_throttle.h"
|
||||
|
||||
#include <memory>
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/extensions/extension_browsertest.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/check.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/fuchsia/fuchsia_logging.h"
|
||||
#include "base/fuchsia/process_context.h"
|
||||
#include "base/fuchsia/process_lifecycle.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/check.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/logging.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "base/values.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "base/atomic_sequence_num.h"
|
||||
#include "base/base_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/containers/contains.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/metrics/field_trial.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/optimization_guide/chrome_hints_manager.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/process/kill.h"
|
||||
#include "chrome/common/url_constants.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/performance_hints/performance_hints_observer.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/optimization_guide/optimization_guide_keyed_service.h"
|
||||
#include "chrome/browser/optimization_guide/optimization_guide_keyed_service_factory.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/test/gmock_callback_support.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/task/current_thread.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
||||
#include "chrome/browser/policy/policy_test_utils.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
||||
#include "chrome/browser/policy/policy_test_utils.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/containers/flat_set.h"
|
||||
#include "base/format_macros.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/prefetch/prefetch_proxy/prefetch_proxy_features.h"
|
||||
#include "components/prefs/pref_registry_simple.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/metrics/field_trial.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/process/launch.h"
|
||||
#include "base/process/process.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
// found in the LICENSE file.
|
||||
#include "chrome/browser/signin/e2e_tests/live_test.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/path_service.h"
|
||||
#include "net/dns/mock_host_resolver.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "components/site_isolation/site_isolation_policy.h"
|
||||
|
||||
#include "base/base_switches.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/path_service.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "ash/public/cpp/assistant/assistant_interface_binder.h"
|
||||
#include "ash/public/cpp/assistant/controller/assistant_interaction_controller.h"
|
||||
#include "ash/public/cpp/network_config_service.h"
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/ash/assistant/assistant_util.h"
|
||||
#include "chrome/browser/chrome_notification_types.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "ash/public/cpp/pagination/pagination_model.h"
|
||||
#include "ash/public/cpp/pagination/pagination_model_observer.h"
|
||||
#include "ash/public/cpp/test/shell_test_api.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "chrome/browser/ui/app_list/test/chrome_app_list_test_support.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "ash/constants/ash_pref_names.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/ash/login/test/fake_gaia_mixin.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "ash/public/cpp/shelf_item.h"
|
||||
#include "ash/public/cpp/shelf_model.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "ash/webui/personalization_app/personalization_app_url_constants.h"
|
||||
#include "ash/webui/personalization_app/proto/backdrop_wallpaper.pb.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/hash/sha1.h"
|
||||
#include "base/json/json_reader.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/gmock_callback_support.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/ui/views/extensions/extensions_toolbar_unittest.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "build/build_config.h"
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "chrome/browser/ui/views/toolbar/chrome_labs_button.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/ranges/algorithm.h"
|
||||
#include "base/timer/elapsed_timer.h"
|
||||
#include "chrome/app/vector_icons/vector_icons.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "build/chromeos_buildflags.h"
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "ash/public/cpp/window_properties.h"
|
||||
#include "ash/shell.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
#include "chrome/browser/ui/window_sizer/window_sizer_common_unittest.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "base/barrier_closure.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/test_future.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <set>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/process/process_handle.h"
|
||||
#include "base/process/process_metrics.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/location.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/task/sequenced_task_runner.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/task/sequenced_task_runner.h"
|
||||
#include "base/test/multiprocess_test.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/synchronization/waitable_event.h"
|
||||
#include "base/test/multiprocess_test.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user