| Index: chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.cc b/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| index 717959e14ad733ea71bf72575432a245caa89105..11206becb2a45081fcdebcdbffa74a503e2f7820 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/grit/chromium_strings.h"
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/password_manager/core/browser/affiliation_utils.h"
|
| -#include "components/secure_display/elide_url.h"
|
| +#include "components/url_formatter/elide_url.h"
|
| #include "net/base/net_util.h"
|
| #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -56,7 +56,7 @@ void GetSavePasswordDialogTitleTextAndLinkRange(
|
| net::registry_controlled_domains::INCLUDE_PRIVATE_REGISTRIES);
|
| if (target_domain_differs) {
|
| title_id = IDS_SAVE_PASSWORD_TITLE;
|
| - replacements.push_back(secure_display::FormatUrlForSecurityDisplay(
|
| + replacements.push_back(url_formatter::FormatUrlForSecurityDisplay(
|
| form_origin_url, std::string()));
|
| }
|
|
|
|
|