0

Remove unneeded base/strings/stringprintf.h includes.

List of files to delete from generated using the following command:

git grep -l base/strings/stringprintf.h | \
    xargs grep -L 'StringPrint[fV]' | xargs grep -L StringAppend | \
    grep -E '(cc|mm|h)$'

Change-Id: Ibc72245f08730b4d25283e2d966235b61513c7ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2849392
Reviewed-by: Peter Boström <pbos@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#876365}
This commit is contained in:
Lei Zhang
2021-04-26 23:48:55 +00:00
committed by Chromium LUCI CQ
parent eb2109d632
commit b49a213e32
473 changed files with 1 additions and 474 deletions
android_webview/browser
ash
base
cc
chrome
browser
android
apps
ash
autofill
background_fetch
chromeos
download
extensions
installable
media
notifications
offline_pages
optimization_guide
page_load_metrics
password_manager
plugins
policy
privacy_budget
profiles
renderer_context_menu
safe_browsing
search
ssl
subresource_filter
sync
ui
vr
web_applications
win
chrome_elf
common
credential_provider
renderer
test
updater
chromecast
chromeos
components
arc
assist_ranker
autofill
autofill_assistant
blocklist
opt_out_blocklist
browsing_data
cast_channel
client_update_protocol
cloud_devices
crash
discardable_memory
download
exo
favicon
gcm_driver
gwp_asan
js_injection
media_router
browser
metrics
network_time
no_state_prefetch
ntp_snippets
offline_pages
omnibox
optimization_guide
content
password_manager
payments
pdf
permissions
plugins
policy
reading_list
safe_browsing
safe_search_api
security_interstitials
services
signin
sqlite_proto
sync
sync_sessions
translate
ui_devtools
update_client
url_formatter
user_manager
variations
viz
common
service
wifi
zucchini
content
courgette
device
extensions
google_apis/gaia
gpu
headless/test
ios
ipc
media
mojo
net
printing
remoting
rlz/lib
sandbox/win/src
services
skia/ext
storage/browser/blob
testing/android/native_test
third_party
tools/traffic_annotation/auditor
ui

@ -17,7 +17,6 @@
#include "base/stl_util.h"
#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/time/time.h"
#include "base/values.h"
#include "components/google/core/common/google_util.h"