Remove base/ranges/.

Bug: 386918226
Change-Id: If9ebb8ca5677985565f30df0aaf1ce4d6c91e347
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6215440
Owners-Override: Lei Zhang <[email protected]>
Commit-Queue: Peter Kasting <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1413176}
NOKEYCHECK=True
GitOrigin-RevId: 3b811ffd3cef9d11cda6812ac4d22dcfdbad7d0f
diff --git a/custom/gtest/internal/custom/stack_trace_getter.cc b/custom/gtest/internal/custom/stack_trace_getter.cc
index 58f6f81..289739b 100644
--- a/custom/gtest/internal/custom/stack_trace_getter.cc
+++ b/custom/gtest/internal/custom/stack_trace_getter.cc
@@ -9,7 +9,6 @@
 
 #include "base/containers/adapters.h"
 #include "base/containers/span.h"
-#include "base/ranges/algorithm.h"
 
 std::string StackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) {
   base::debug::StackTrace stack_trace;