| Index: chrome/browser/ui/webui/options/password_manager_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.cc b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| index 187f87c633537580fefb76f2d9ce05915b680485..065eb4251402fc2585c9987e2cbb1f40015d1a44 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| @@ -135,7 +135,7 @@ void PasswordManagerHandler::GetLocalizedValues(
|
|
|
| RegisterStrings(localized_strings, resources, arraysize(resources));
|
|
|
| - const ProfileSyncService* sync_service =
|
| + const browser_sync::ProfileSyncService* sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(GetProfile());
|
| int title_id =
|
| password_bubble_experiment::IsSmartLockBrandingEnabled(sync_service)
|
|
|