commit | d4a2f8e1ed461d8fc05ed88d1ae2dc94c9773825 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Thu Jul 08 03:43:28 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jul 08 03:43:28 2021 |
tree | 7908d397128d884c3107212e91812a1dd03806d2 | |
parent | 90ee43794c7865b0fdc2139dd27119ab431f9767 [diff] [blame] |
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 <[email protected]> Owners-Override: Nico Weber <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#899418}
diff --git a/chrome/browser/global_keyboard_shortcuts_mac_unittest.mm b/chrome/browser/global_keyboard_shortcuts_mac_unittest.mm index 99b6dbd..ed39fd34 100644 --- a/chrome/browser/global_keyboard_shortcuts_mac_unittest.mm +++ b/chrome/browser/global_keyboard_shortcuts_mac_unittest.mm
@@ -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"