summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_rand__util.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_rand__util.h')
-rw-r--r--www/chromium/files/patch-base_rand__util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_rand__util.h b/www/chromium/files/patch-base_rand__util.h
index 239d6d1782af..e99ae5fb2272 100644
--- a/www/chromium/files/patch-base_rand__util.h
+++ b/www/chromium/files/patch-base_rand__util.h
@@ -1,6 +1,6 @@
---- base/rand_util.h.orig 2025-05-05 10:57:53 UTC
+--- base/rand_util.h.orig 2025-08-07 06:57:29 UTC
+++ base/rand_util.h
-@@ -213,7 +213,7 @@ void RandomShuffle(Itr first, Itr last) {
+@@ -210,7 +210,7 @@ void RandomShuffle(Itr first, Itr last) {
std::shuffle(first, last, RandomBitGenerator());
}