Swap base/stl_util.h to base/cxx17_backports.h in many files.
Files that use base::size() and base::data() should use cxx17_backports.h directly, instead of getting it transitively through stl_util.h. Bug: 1210983 Change-Id: Icc5f425c23ef4e69283293e0d0d6d733fe3b4ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2974072 Reviewed-by: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#899418}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
90ee43794c
commit
d4a2f8e1ed
android_webview
browser
common
nonembedded
component_updater
installer_policies
apps
base
android
jni_generator
ios
mac
message_loop
system
time
cc/test
chrome
browser
ash
arc
tracing
extensions
api
enterprise_reporting_private
mac
media
webrtc
password_manager
ui
cocoa
third_party
mozilla_security_manager
utility
importer
components
autofill
ios
form_util
feature_engagement
public
image_fetcher
open_from_clipboard
vector_icons
viz
content/browser/renderer_host
courgette
crypto
dbus
device
fuchsia/engine/browser
gin
ios
chrome
browser
autofill
browser_about_rewriter.ccchrome_url_constants.ccchrome_url_util_unittest.mmcrash_report
flags
metrics
omaha
passwords
snapshots
sync
ui
ntp
reading_list
settings
autofill
clear_browsing_data
toolbar_container
util
common
net
web
ipc
jingle
glue
fake_ssl_client_socket.ccfake_ssl_client_socket_unittest.ccnetwork_service_async_socket_unittest.ccthread_wrapper.cc
notifier
media
net
dns
http
ntlm
spdy
pdf/pdfium
ppapi/proxy
printing
remoting
codec
host
it2me
linux
native_messaging
security_key
protocol
sandbox
services/audio/public/cpp/sounds
skia/ext
convolver_unittest.ccimage_operations_bench.ccimage_operations_unittest.ccskia_utils_ios.mmtest_fonts_mac.mm
testing/android/native_test
third_party
blink
renderer
modules
platform
harfbuzz-ng
leveldatabase
qcms
sudden_motion_sensor
zlib
tools
android
ipc_fuzzer
fuzzer
json_schema_compiler
ui
base
cocoa
constrained_window
l10n
test
display
events
keycodes
gfx
shell_dialogs
views
weblayer
@ -6,7 +6,7 @@
|
||||
|
||||
#include "android_webview/browser_jni_headers/AwGLFunctor_jni.h"
|
||||
#include "android_webview/public/browser/draw_gl.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
|
||||
|
@ -13,9 +13,9 @@
|
||||
#include "android_webview/browser/gfx/render_thread_manager.h"
|
||||
#include "android_webview/browser/gfx/test/rendering_test.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/location.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "components/viz/common/quads/compositor_frame.h"
|
||||
#include "components/viz/common/surfaces/frame_sink_id.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "android_webview/browser_jni_headers/AwContentsLifecycleNotifier_jni.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
|
||||
using base::android::AttachCurrentThread;
|
||||
|
@ -4,7 +4,8 @@
|
||||
|
||||
#include "android_webview/common/components/aw_apps_package_names_allowlist_component_utils.h"
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/check.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
|
||||
namespace android_webview {
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include "android_webview/common/aw_switches.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "base/values.h"
|
||||
#include "base/version.h"
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#include "apps/switches.h"
|
||||
#include "base/base_switches.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/process/launch.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/test_switches.h"
|
||||
#include "base/test/test_timeouts.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -267,7 +267,7 @@ def CreateFromDict(registration_dict, use_hash):
|
||||
|
||||
#include "base/android/jni_generator/jni_generator_helper.h"
|
||||
#include "base/android/jni_int_wrapper.h"
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
|
||||
// Step 1: Forward declarations (classes).
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/system/sys_info.h"
|
||||
|
||||
namespace {
|
||||
|
@ -10,13 +10,13 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/mac/bundle_locations.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/mac_logging.h"
|
||||
#include "base/mac/scoped_authorizationref.h"
|
||||
#include "base/posix/eintr_wrapper.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/string_util.h"
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/mac/bundle_locations.h"
|
||||
@ -15,7 +16,6 @@
|
||||
#include "base/notreached.h"
|
||||
#include "base/numerics/checked_math.h"
|
||||
#include "base/numerics/safe_conversions.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "build/branding_buildflags.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -8,10 +8,10 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "build/build_config.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -8,13 +8,13 @@
|
||||
|
||||
#include "base/mac/mac_util.h"
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/mac/scoped_nsobject.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "testing/platform_test.h"
|
||||
|
@ -11,13 +11,13 @@
|
||||
|
||||
#include "base/auto_reset.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/mac/call_with_eh_frame.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/message_loop/timer_slack.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/time/time.h"
|
||||
#include "build/build_config.h"
|
||||
|
||||
|
@ -12,10 +12,10 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/scoped_mach_port.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/process/process_metrics.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
|
@ -13,11 +13,11 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/mac_util.h"
|
||||
#include "base/mac/scoped_mach_port.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/process/process_metrics.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
|
||||
|
@ -14,13 +14,13 @@
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/mac/mach_logging.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/mac/scoped_mach_port.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/numerics/safe_conversions.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/time/time_override.h"
|
||||
#include "build/build_config.h"
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/synchronization/lock.h"
|
||||
#include "base/threading/simple_thread.h"
|
||||
#include "cc/raster/task_category.h"
|
||||
|
@ -9,10 +9,10 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/timer/timer.h"
|
||||
|
||||
namespace base {
|
||||
|
@ -7,10 +7,10 @@
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/mac_util.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
|
||||
namespace extensions {
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include "chrome/browser/global_keyboard_shortcuts_mac.h"
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "chrome/app/chrome_command_ids.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "ui/base/buildflags.h"
|
||||
|
@ -12,11 +12,11 @@
|
||||
#include <type_traits>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/debug/crash_logging.h"
|
||||
#include "base/debug/stack_trace.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "components/crash/core/common/crash_key.h"
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "base/auto_reset.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/mac/authorization_util.h"
|
||||
@ -31,7 +32,6 @@
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/mac/scoped_ioobject.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "third_party/libyuv/include/libyuv/convert_argb.h"
|
||||
|
||||
gfx::ImageSkia GetWindowIcon(content::DesktopMediaID id) {
|
||||
|
@ -8,10 +8,10 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <Security/Authorization.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/authorization_util.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/scoped_authorizationref.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "chrome/grit/chromium_strings.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
||||
|
@ -9,9 +9,9 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/singleton.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "build/branding_buildflags.h"
|
||||
#include "chrome/app/chrome_command_ids.h"
|
||||
#include "chrome/browser/ui/commander/commander.h"
|
||||
|
@ -10,10 +10,10 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/mac/scoped_aedesc.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/values.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <QuartzCore/QuartzCore.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/mac_util.h"
|
||||
#include "base/stl_util.h"
|
||||
#import "chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_controller.h"
|
||||
#include "ui/base/cocoa/appkit_utils.h"
|
||||
|
||||
|
@ -46,9 +46,9 @@
|
||||
#include <stddef.h>
|
||||
#include <unicode/uidna.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/i18n/number_formatting.h"
|
||||
#include "base/lazy_instance.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "chrome/grit/generated_resources.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_split.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
|
@ -5,8 +5,8 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#import "components/autofill/ios/form_util/form_util_java_script_feature.h"
|
||||
#import "ios/web/public/test/web_test_with_web_state.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "build/build_config.h"
|
||||
#include "components/feature_engagement/public/feature_constants.h"
|
||||
#include "components/flags_ui/feature_entry.h"
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "base/threading/thread.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
|
@ -13,12 +13,12 @@
|
||||
#include <memory>
|
||||
|
||||
#include "base/base_paths.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "build/build_config.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include <stdint.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/metrics/user_metrics.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "base/threading/sequenced_task_runner_handle.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef COMPONENTS_VECTOR_ICONS_CC_MACROS_H_
|
||||
#define COMPONENTS_VECTOR_ICONS_CC_MACROS_H_
|
||||
|
||||
#include "base/stl_util.h" // For base::size().
|
||||
#include "base/cxx17_backports.h" // For base::size().
|
||||
|
||||
// This file holds macros that are common to each vector icon target's
|
||||
// vector_icons.cc.template file.
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef COMPONENTS_VIZ_COMMON_DELEGATED_INK_PREDICTION_CONFIGURATION_H_
|
||||
#define COMPONENTS_VIZ_COMMON_DELEGATED_INK_PREDICTION_CONFIGURATION_H_
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
|
||||
namespace viz {
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/mac_util.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#import "ui/events/cocoa/cocoa_event_utils.h"
|
||||
#include "ui/events/event.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "ppapi/c/dev/ppb_truetype_font_dev.h"
|
||||
#include "ppapi/proxy/serialized_structs.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#import <objc/runtime.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "content/browser/renderer_host/render_widget_host_impl.h"
|
||||
#import "content/browser/renderer_host/render_widget_host_view_mac.h"
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "courgette/image_utils.h"
|
||||
#include "courgette/label_manager.h"
|
||||
#include "courgette/streams.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
TEST(MemoryAllocatorTest, NoThrowBuffer) {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "courgette/third_party/bsdiff/paged_array.h"
|
||||
#include "courgette/third_party/divsufsort/divsufsort.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace {
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "crypto/symmetric_key.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "crypto/hmac.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include "crypto/mock_apple_keychain.h"
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/time/time.h"
|
||||
|
||||
namespace {
|
||||
|
@ -11,10 +11,10 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/message_loop/message_pump_type.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "base/test/test_timeouts.h"
|
||||
#include "base/threading/thread.h"
|
||||
|
@ -12,9 +12,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/message_loop/message_pump_type.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "base/threading/thread.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/json/json_writer.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/values.h"
|
||||
#include "dbus/message.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "device/gamepad/dualshock4_controller.h"
|
||||
#include "device/gamepad/gamepad_data_fetcher.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/synchronization/lock.h"
|
||||
#include "device/vr/openxr/openxr_defs.h"
|
||||
#include "device/vr/test/test_hook.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/i18n/rtl.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_split.h"
|
||||
#include "components/policy/content/safe_sites_navigation_throttle.h"
|
||||
#include "components/site_isolation/features.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "gin/function_template.h"
|
||||
#include "gin/handle.h"
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#import "base/test/ios/wait_util.h"
|
||||
#include "components/autofill/core/common/autofill_constants.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/check.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "components/url_formatter/url_fixer.h"
|
||||
#include "ios/chrome/browser/chrome_url_constants.h"
|
||||
#include "ios/chrome/browser/ui/ui_feature_flags.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "ios/components/webui/web_ui_url_constants.h"
|
||||
|
||||
const char kChromeUIChromeURLsURL[] = "chrome://chrome-urls/";
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#import "ios/chrome/browser/chrome_url_util.h"
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "ios/chrome/browser/chrome_url_constants.h"
|
||||
#include "ios/components/webui/web_ui_url_constants.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/no_destructor.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/system/sys_info.h"
|
||||
|
@ -5,10 +5,10 @@
|
||||
#include "ios/chrome/browser/metrics/first_user_action_recorder.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/location.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "components/metrics/metrics_pref_names.h"
|
||||
#include "components/prefs/pref_registry_simple.h"
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#import "base/test/ios/wait_util.h"
|
||||
|
@ -7,11 +7,11 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/location.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "components/signin/public/base/account_consistency_method.h"
|
||||
#include "components/sync/base/stop_source.h"
|
||||
#include "components/sync/base/user_selectable_type.h"
|
||||
|
@ -9,12 +9,12 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/ios/ios_util.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/metrics/field_trial.h"
|
||||
#include "base/metrics/user_metrics.h"
|
||||
#include "base/metrics/user_metrics_action.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/time/time.h"
|
||||
#include "base/values.h"
|
||||
|
@ -5,12 +5,12 @@
|
||||
#import "ios/chrome/browser/ui/reading_list/reading_list_table_view_controller.h"
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/ios/ios_util.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/metrics/user_metrics.h"
|
||||
#include "base/metrics/user_metrics_action.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "components/strings/grit/components_strings.h"
|
||||
#import "ios/chrome/app/tests_hook.h"
|
||||
#import "ios/chrome/browser/drag_and_drop/drag_item_util.h"
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#import "ios/chrome/browser/ui/settings/autofill/autofill_profile_edit_table_view_controller.h"
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "components/autofill/core/browser/data_model/autofill_profile.h"
|
||||
#include "components/autofill/core/browser/field_types.h"
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#import "ios/chrome/browser/ui/settings/clear_browsing_data/time_range_selector_table_view_controller.h"
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#import "base/mac/foundation_util.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "components/browsing_data/core/browsing_data_utils.h"
|
||||
#include "components/browsing_data/core/pref_names.h"
|
||||
#include "components/prefs/pref_member.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#import "ios/chrome/browser/ui/toolbar_container/toolbar_collapsing.h"
|
||||
#import "ios/chrome/browser/ui/toolbar_container/toolbar_height_range.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "testing/gtest_mac.h"
|
||||
#include "testing/platform_test.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "ios/chrome/common/x_callback_url.h"
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "testing/platform_test.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#import "testing/gtest_mac.h"
|
||||
#include "testing/platform_test.h"
|
||||
#include "url/gurl.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "ios/web/common/referrer_util.h"
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "ios/web/public/navigation/referrer.h"
|
||||
#include "net/url_request/referrer_policy.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#import "testing/gtest_mac.h"
|
||||
#include "testing/platform_test.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#import "ios/web/navigation/nscoder_util.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "testing/platform_test.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <stddef.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#import "ios/web/public/test/web_test_with_web_state.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -9,12 +9,12 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/command_line.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/debug/alias.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/memory/ref_counted_memory.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/trace_event/trace_event.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "ipc/ipc_message_macros.h"
|
||||
#include "ipc/ipc_message_start.h"
|
||||
#include "ipc/ipc_message_utils.h"
|
||||
|
@ -11,10 +11,10 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/location.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/threading/thread.h"
|
||||
#include "build/build_config.h"
|
||||
#include "ipc/ipc_test_base.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "net/base/io_buffer.h"
|
||||
#include "net/base/net_errors.h"
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "net/base/completion_once_callback.h"
|
||||
#include "net/base/completion_repeating_callback.h"
|
||||
|
@ -13,11 +13,11 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/containers/circular_deque.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/message_loop/message_pump_default.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/strcat.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/test/gtest_util.h"
|
||||
|
@ -10,9 +10,9 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/lazy_instance.h"
|
||||
#include "base/sequence_checker.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/thread_annotations.h"
|
||||
#include "base/threading/thread_local.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "jingle/glue/task_pump.h"
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
@ -11,9 +11,9 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/location.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "base/task_runner_util.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
// See http://code.google.com/p/googletest/issues/detail?id=371
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "ui/gfx/geometry/size.h"
|
||||
|
||||
namespace media {
|
||||
|
@ -14,9 +14,9 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/time/time.h"
|
||||
#include "net/dns/dns_client.h"
|
||||
#include "net/dns/dns_config.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef NET_DNS_HOST_RESOLVER_SOURCE_H_
|
||||
#define NET_DNS_HOST_RESOLVER_SOURCE_H_
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
|
||||
namespace net {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef NET_DNS_PUBLIC_DNS_QUERY_TYPE_H_
|
||||
#define NET_DNS_PUBLIC_DNS_QUERY_TYPE_H_
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "net/base/net_export.h"
|
||||
|
||||
namespace net {
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "net/http/transport_security_state_source.h"
|
||||
|
||||
// These are SubjectPublicKeyInfo hashes for public key pinning. The
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "net/http/transport_security_state_source.h"
|
||||
|
||||
[[SPKI_HASHES]]
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/stl_util.h"
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "net/base/net_export.h"
|
||||
|
||||
namespace net {
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "crypto/ec_private_key.h"
|
||||
#include "crypto/ec_signature_creator.h"
|
||||
|
@ -7,13 +7,13 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file.h"
|
||||
#include "base/i18n/encoding_detection.h"
|
||||
#include "base/i18n/icu_string_conversions.h"
|
||||
#include "base/no_destructor.h"
|
||||
#include "base/numerics/ranges.h"
|
||||
#include "base/sequence_checker.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "components/services/font/public/cpp/font_loader.h"
|
||||
#include "pdf/font_table_linux.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user