Roll abseil_revision c8b33b0191..d23adc1cfb

Add exception to Presubmit block of RoInititalizer for third party code because third_party generally, and abseil in particular, can't use chromium specific helpers

Change Log:
https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+log/c8b33b0191..d23adc1cfb
Full diff:
https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+/c8b33b0191..d23adc1cfb

Bug: None
Change-Id: I69c67ac6cefbc9fdac7a005053aeffa153073718
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4561385
Commit-Queue: Danil Chapovalov <[email protected]>
Reviewed-by: Mirko Bonadei <[email protected]>
Reviewed-by: Bruce Dawson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1148638}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f445847..f600eed2 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1504,6 +1504,7 @@
       True,
       (
           r'^base/win/scoped_winrt_initializer\.cc$',
+          r'^third_party/abseil-cpp/absl/.*',
       ),
     ),
     BanRule(