#ifndef CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_NO_STATE_PREFETCH_TAB_HELPER_H_
#define CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_NO_STATE_PREFETCH_TAB_HELPER_H_
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"
namespace prerender {
class NoStatePrefetchManager;
class NoStatePrefetchTabHelper
: public content::WebContentsObserver,
public content::WebContentsUserData<NoStatePrefetchTabHelper> { … };
}
#endif