#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_TIMING_RENDER_BLOCKING_METRICS_REPORTER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_TIMING_RENDER_BLOCKING_METRICS_REPORTER_H_
#include "base/time/time.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/supplementable.h"
namespace blink {
class Document;
class RenderBlockingMetricsReporter final
: public GarbageCollected<RenderBlockingMetricsReporter>,
public Supplement<Document> { … };
}
#endif