// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/memory/enterprise_memory_limit_evaluator.h" #include "base/test/bind.h" #include "base/test/task_environment.h" #include "components/memory_pressure/multi_source_memory_pressure_monitor.h" #include "testing/gtest/include/gtest/gtest.h" namespace memory { TEST(EnterpriseMemoryLimitEvaluatorTest, OnProcessMemoryMetricsAvailable) { … } } // namespace memory