#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_NAVIGATION_API_NAVIGATION_API_METHOD_TRACKER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_NAVIGATION_API_NAVIGATION_API_METHOD_TRACKER_H_
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/public/web/web_frame_load_type.h"
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"
#include "third_party/blink/renderer/bindings/core/v8/script_value.h"
#include "third_party/blink/renderer/platform/heap/member.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
class NavigationHistoryEntry;
class NavigationResult;
class NavigationOptions;
class ScriptState;
class SerializedScriptValue;
class NavigationApiMethodTracker final
: public GarbageCollected<NavigationApiMethodTracker> { … };
}
#endif