#ifndef CONTENT_BROWSER_PRELOADING_PRERENDER_PRERENDER_NO_VARY_SEARCH_COMMIT_DEFERRING_CONDITION_H_
#define CONTENT_BROWSER_PRELOADING_PRERENDER_PRERENDER_NO_VARY_SEARCH_COMMIT_DEFERRING_CONDITION_H_
#include <memory>
#include <optional>
#include "base/functional/callback_forward.h"
#include "content/browser/renderer_host/navigation_type.h"
#include "content/public/browser/commit_deferring_condition.h"
namespace content {
class NavigationRequest;
class PrerenderNoVarySearchCommitDeferringCondition
: public CommitDeferringCondition { … };
}
#endif