| // 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. | |
| #include "components/password_manager/content/common/web_ui_constants.h" | |
| namespace password_manager { | |
| const char kChromeUIPasswordManagerHost[] = "password-manager"; | |
| } // namespace password_manager |