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

#ifndef COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_CONSTANTS_H_
#define COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_CONSTANTS_H_

#include <stddef.h>

namespace history {
// How many top sites to store in the cache.
static constexpr size_t kTopSitesNumber = 10;
}  // namespace history

#endif  // COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_CONSTANTS_H_
