#ifndef CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_NO_STATE_PREFETCH_UNIT_TEST_UTILS_H_
#define CHROME_BROWSER_PRELOADING_PREFETCH_NO_STATE_PREFETCH_NO_STATE_PREFETCH_UNIT_TEST_UTILS_H_
#include <map>
#include <memory>
#include "base/memory/raw_ptr.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_contents.h"
#include "components/no_state_prefetch/browser/no_state_prefetch_manager.h"
#include "content/public/browser/preloading_data.h"
#include "url/gurl.h"
namespace prerender {
class UnitTestNoStatePrefetchManager;
class FakeNoStatePrefetchContents : public NoStatePrefetchContents { … };
class UnitTestNoStatePrefetchManager : public NoStatePrefetchManager { … };
}
#endif