#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LCP_CRITICAL_PATH_PREDICTOR_LCP_SCRIPT_OBSERVER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LCP_CRITICAL_PATH_PREDICTOR_LCP_SCRIPT_OBSERVER_H_
#include <stdint.h>
#include "base/feature_list.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/core_probes_inl.h"
namespace blink {
class LocalFrame;
namespace probe {
class ExecuteScript;
}
class CORE_EXPORT LCPScriptObserver
: public GarbageCollected<LCPScriptObserver> { … };
}
#endif