// Copyright 2015 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/memory/memory_pressure_listener.h" #include "base/functional/bind.h" #include "base/run_loop.h" #include "base/test/task_environment.h" #include "testing/gmock/include/gmock/gmock.h" namespace base { MemoryPressureLevel; class MemoryPressureListenerTest : public testing::Test { … }; TEST_F(MemoryPressureListenerTest, NotifyMemoryPressure) { … } } // namespace base