| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| index 0a7219d8e9e73ffd00861338672b0881d77b7752..275687d475c44bfa0f66f26f48cda6f6aa7bd6c4 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| @@ -100,7 +100,7 @@ PasswordGenerationPopupControllerImpl::PasswordGenerationPopupControllerImpl(
|
|
|
| int link_id = IDS_MANAGE_PASSWORDS_LINK;
|
| int help_text_id = IDS_PASSWORD_GENERATION_PROMPT;
|
| - const ProfileSyncService* sync_service =
|
| + const browser_sync::ProfileSyncService* sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext()));
|
| if (password_bubble_experiment::IsSmartLockBrandingEnabled(sync_service)) {
|
|
|