chromium/components/no_state_prefetch/browser/no_state_prefetch_history.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace prerender