// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/containers/lru_cache.h" #include <cstddef> #include <memory> #include <string> #include "base/memory/ref_counted.h" #include "base/memory/scoped_refptr.h" #include "base/tracing_buildflags.h" #include "testing/gtest/include/gtest/gtest.h" #if BUILDFLAG(ENABLE_BASE_TRACING) #include "base/trace_event/memory_usage_estimator.h" // no-presubmit-check #endif // BUILDFLAG(ENABLE_BASE_TRACING) base // namespace base