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"