// Copyright 2026 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_WEBUI_USER_ACTIONS_USER_ACTIONS_UI_CONSTANTS_H_
#define COMPONENTS_WEBUI_USER_ACTIONS_USER_ACTIONS_UI_CONSTANTS_H_

namespace user_actions_ui {

inline const char kUserActionsWebUIHost[] = "user-actions";

}  // namespace user_actions_ui

#endif  // COMPONENTS_WEBUI_USER_ACTIONS_USER_ACTIONS_UI_CONSTANTS_H_
