Remove unneeded base/stl_util.h includes in components/ and ui/.
Repeatedly use grep to find all the files in components/ and ui/ that includes base/stl_util.h but do not use any functions provided by base/stl_util.h and base/cxx*_backports.h, and then remove the base/stl_util.h include from them. Files that include base/stl_util.h, but actually needs base/cxx*_backports.h, will be dealt with separately. Bug: 1194078 Change-Id: I4b598b64de3aab1e3ee61fed81a31e35913e2ed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2912134 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Auto-Submit: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#885638}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0e6c5f8fe3
commit
74745fa888
components
arc
autofill
core
base32
bookmarks
browsing_data
cast_channel
cbor
certificate_transparency
chromeos_camera
component_updater
consent_auditor
content_settings
cronet
data_reduction_proxy
core
dbus
properties
dom_distiller
download
internal
exo
feed
core
v2
web_feed_subscriptions
flags_ui
gcm_driver
history
core
browser
invalidation
impl
leveldb_proto
media_message_center
media_router
browser
metrics
mirroring
service
offline_items_collection
offline_pages
core
background
omnibox
page_info
page_load_metrics
renderer
password_manager
core
payments
performance_manager
policy
core
prefs
safe_browsing
core
db
password_protection
triggers
safe_search_api
security_interstitials
content
services
storage
indexed_db
transactional_leveldb
sessions
signin
public
spellcheck
storage_monitor
subresource_filter
content
sync
sync_user_events
tracing
translate
update_client
url_formatter
variations
viz
common
quads
service
webcrypto
webdata
ui
accessibility
android
base
clipboard
ime
x
display
gfx
gl
gtk
native_theme
ozone
platform
drm
common
platform_window
x11
views
animation
bubble
controls
scrollbar
examples
touchui
window
@ -9,7 +9,6 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "base/json/json_reader.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/time/time.h"
|
||||
|
Reference in New Issue
Block a user