#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_TIMING_BACK_FORWARD_CACHE_RESTORATION_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_TIMING_BACK_FORWARD_CACHE_RESTORATION_H_
#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/dom/dom_high_res_time_stamp.h"
#include "third_party/blink/renderer/core/timing/performance_entry.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string.h"
namespace blink {
class CORE_EXPORT BackForwardCacheRestoration : public PerformanceEntry { … };
}
#endif