aboutsummaryrefslogtreecommitdiff
path: root/address_translator.cc
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2021-06-30 16:14:59 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 21:35:23 -0700
commit7f0a39065eb5c52bf5dc755688deaba86a62f89b (patch)
tree23036a25002e99e0660673f15d48ea614a9d29fa /address_translator.cc
parent06393f264ebccf82e7738165717cea863bcaa317 (diff)
downloadzucchini-7f0a39065eb5c52bf5dc755688deaba86a62f89b.tar.gz
Swap from base/stl_util.h to cxx20_erase.h in components/.
base::Erase() and base::EraseIf() have been moved to base/containers/cxx20_erase.h, so .cc files that use these functions, but no other function from base/stl_util.h, can directly include cxx20_erase.h and not stl_util.h. Bug: 1211125 Change-Id: Ia8f213f1136ac4c5278cd096b1270002884b556d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2994779 Reviewed-by: Colin Blundell <blundell@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#897400} NOKEYCHECK=True GitOrigin-RevId: a6fa14833a6d44c3a3171696f5dbd229d6fdf006
Diffstat (limited to 'address_translator.cc')
-rw-r--r--address_translator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/address_translator.cc b/address_translator.cc
index a329d1a..d7d7201 100644
--- a/address_translator.cc
+++ b/address_translator.cc
@@ -7,7 +7,7 @@
#include <algorithm>
#include <utility>
-#include "base/stl_util.h"
+#include "base/containers/cxx20_erase.h"
namespace zucchini {