#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_NAVIGATION_API_NAVIGATION_HISTORY_ENTRY_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_NAVIGATION_API_NAVIGATION_HISTORY_ENTRY_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/dom/events/event_target.h"
#include "third_party/blink/renderer/core/execution_context/execution_context_lifecycle_observer.h"
#include "third_party/blink/renderer/platform/heap/member.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"
namespace blink {
class LocalDOMWindow;
class ScriptValue;
class SerializedScriptValue;
class CORE_EXPORT NavigationHistoryEntry final : public EventTarget,
public ExecutionContextClient { … };
}
#endif