android_webview
apps
test
ui
BUILD.gn
COMMON_METADATA
DEPS
DIR_METADATA
OWNERS
app_lifetime_monitor.cc
app_lifetime_monitor.h
app_lifetime_monitor_factory.cc
app_lifetime_monitor_factory.h
app_restore_service.cc
app_restore_service.h
app_restore_service_browsertest.cc
app_restore_service_factory.cc
app_restore_service_factory.h
browser_context_keyed_service_factories.cc
browser_context_keyed_service_factories.h
launcher.cc
launcher.h
load_and_launch_browsertest.cc
saved_files_service.cc
saved_files_service.h
saved_files_service_factory.cc
saved_files_service_factory.h
saved_files_service_unittest.cc
switches.cc
switches.h
ash
base
build
build_overrides
buildtools
cc
chrome
chromecast
chromeos
cloud_print
codelabs
components
content
courgette
crypto
dbus
device
docs
extensions
fuchsia
gin
google_apis
google_update
gpu
headless
infra
ios
ipc
jingle
media
mojo
native_client_sdk
net
pdf
ppapi
printing
remoting
rlz
sandbox
services
skia
sql
storage
styleguide
testing
third_party
tools
ui
url
weblayer
.clang-format
.clang-tidy
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.gn
.mailmap
.rustfmt.toml
.vpython
.vpython3
.yapfignore
AUTHORS
BUILD.gn
CODE_OF_CONDUCT.md
DEPS
DIR_METADATA
ENG_REVIEW_OWNERS
LICENSE
LICENSE.chromium_os
OWNERS
PRESUBMIT.py
PRESUBMIT_test.py
PRESUBMIT_test_mocks.py
README.md
WATCHLISTS
codereview.settings

Fixes several test suites that use functions defined in base/files/file_util.h without including the header. This breaks test compilation on Fuchsia which apparently doesn't have an indirect file_util.h inclusion like the other platforms do. Bug: 1271639 Change-Id: I698004023679b868a465deded34bb4322a909f4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3390250 Reviewed-by: Adam Langley <agl@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Ben Wells <benwells@chromium.org> Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/main@{#960643}