#include "components/no_state_prefetch/browser/no_state_prefetch_history.h"
#include <memory>
#include <utility>
#include "base/check_op.h"
#include "base/containers/adapters.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
namespace prerender {
NoStatePrefetchHistory::NoStatePrefetchHistory(size_t max_items)
: … { … }
NoStatePrefetchHistory::~NoStatePrefetchHistory() { … }
void NoStatePrefetchHistory::AddEntry(const Entry& entry) { … }
void NoStatePrefetchHistory::Clear() { … }
base::Value::List NoStatePrefetchHistory::CopyEntriesAsValue() const { … }
}