#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_INSTRUMENTATION_MEMORY_PRESSURE_LISTENER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_INSTRUMENTATION_MEMORY_PRESSURE_LISTENER_H_
#include "base/memory/memory_pressure_listener.h"
#include "base/synchronization/lock.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_set.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/hash_set.h"
namespace blink {
class NonMainThread;
class PLATFORM_EXPORT MemoryPressureListener : public GarbageCollectedMixin { … };
class PLATFORM_EXPORT MemoryPressureListenerRegistry final
: public GarbageCollected<MemoryPressureListenerRegistry> { … };
}
#endif