[third_party] Bump google_benchmark to 1.8.3

Version 1.8.3:
https://github.com/google/benchmark/releases/tag/v1.8.3

Delta to previous version:
https://chromium.googlesource.com/external/github.com/google/benchmark/+log/b177433f3ee2513b1075140c723d73ab8901790f..344117638c8ff7e239044fd0fa7085839fc03021

Note that the version in third_party/google_benchmark/README.chromium
was out of sync since https://crrev.com/c/4431196.

Change-Id: Id860eb3f52a426e1279d01c0de104b51e3b9f6ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5300965
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Matthias Liedtke <mliedtke@chromium.org>
Reviewed-by: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1264646}
NOKEYCHECK=True
GitOrigin-RevId: 01db5af4aa294f7f1764651d7f6d46282320a718
diff --git a/BUILD.gn b/BUILD.gn
index 7fe8ec1..c8e6a04 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -63,9 +63,7 @@
   all_dependent_configs = [ ":benchmark_config" ]
 
   configs -= [ "//build/config/compiler:chromium_code" ]
-  configs += [
-    "//build/config/compiler:no_chromium_code",
-  ]
+  configs += [ "//build/config/compiler:no_chromium_code" ]
 
   if (is_win) {
     configs -= [ "//build/config/win:nominmax" ]
@@ -78,7 +76,7 @@
     "HAVE_STD_REGEX=1",
 
     # google_benchmark expects a BENCHMARK_VERSION definition
-    "BENCHMARK_VERSION=\"1.7.1\"",
+    "BENCHMARK_VERSION=\"1.8.3\"",
   ]
 }
 
diff --git a/README.chromium b/README.chromium
index 289d99e..424f7b5 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,7 +1,7 @@
 Name: Google Benchmark
 Short Name: benchmark
 URL: https://github.com/google/benchmark
-Version: efc89f0b524780b1994d5dddd83a92718e5be492
+Version: 344117638c8ff7e239044fd0fa7085839fc03021
 License: Apache 2.0
 License File: src/LICENSE
 Security Critical: no