#include "content/browser/renderer_host/navigation_state_keep_alive.h"
#include <utility>
#include "content/browser/renderer_host/policy_container_host.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
#include "content/browser/site_instance_group.h"
#include "content/browser/site_instance_impl.h"
#include "content/browser/storage_partition_impl.h"
namespace content {
NavigationStateKeepAlive::NavigationStateKeepAlive(
const blink::LocalFrameToken& token,
scoped_refptr<PolicyContainerHost> policy_container_host,
scoped_refptr<SiteInstanceImpl> source_site_instance)
: … { … }
NavigationStateKeepAlive::~NavigationStateKeepAlive() { … }
}