#ifndef CONTENT_BROWSER_PRELOADING_PRERENDERER_IMPL_H_
#define CONTENT_BROWSER_PRELOADING_PRERENDERER_IMPL_H_
#include <tuple>
#include "base/scoped_observation.h"
#include "content/browser/preloading/preloading_confidence.h"
#include "content/browser/preloading/prerender/prerender_host_registry.h"
#include "content/browser/preloading/prerenderer.h"
#include "content/public/browser/web_contents_observer.h"
namespace content {
class PrerenderHostRegistry;
class Page;
class CONTENT_EXPORT PrerendererImpl : public Prerenderer,
WebContentsObserver,
PrerenderHostRegistry::Observer { … };
}
#endif