| commit | 4fcf5922c12f3ee644710abe54a41f21ab4a3590 | [log] [tgz] |
|---|---|---|
| author | Peter Kasting <[email protected]> | Wed Jan 29 22:20:16 2025 |
| committer | Copybara-Service <[email protected]> | Wed Jan 29 22:32:57 2025 |
| tree | e35fc5b23ee307fff28a5a0c8a3cdc86e6b235e2 | |
| parent | ffcd4b12d9a8a922b62fa30cd3ce969e908518ca [diff] |
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;