// Copyright 2022 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_CLUSTERS_HISTORY_CLUSTERS_INTERNALS_WEBUI_URL_CONSTANTS_H_
#define COMPONENTS_HISTORY_CLUSTERS_HISTORY_CLUSTERS_INTERNALS_WEBUI_URL_CONSTANTS_H_

namespace history_clusters_internals {

// The host of the history clusters internals page URL.
inline constexpr char kChromeUIHistoryClustersInternalsHost[] =
    "history-clusters-internals";

}  // namespace history_clusters_internals

#endif  // COMPONENTS_HISTORY_CLUSTERS_HISTORY_CLUSTERS_INTERNALS_WEBUI_URL_CONSTANTS_H_
