| Index: components/password_manager/core/browser/password_manager_util.h
|
| diff --git a/components/password_manager/core/browser/password_manager_util.h b/components/password_manager/core/browser/password_manager_util.h
|
| index 131c99e531a176f42600f22147be58984ffe2fdc..8a1365c78bf944dbb7c7501786ceab8752ea74b0 100644
|
| --- a/components/password_manager/core/browser/password_manager_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_util.h
|
| @@ -17,7 +17,7 @@ namespace autofill {
|
| struct PasswordForm;
|
| }
|
|
|
| -namespace sync_driver {
|
| +namespace syncer {
|
| class SyncService;
|
| }
|
|
|
| @@ -26,7 +26,7 @@ namespace password_manager_util {
|
| // Reports whether and how passwords are currently synced. In particular, for a
|
| // null |sync_service| returns NOT_SYNCING_PASSWORDS.
|
| password_manager::PasswordSyncState GetPasswordSyncState(
|
| - const sync_driver::SyncService* sync_service);
|
| + const syncer::SyncService* sync_service);
|
|
|
| // Finds the forms with a duplicate sync tags in |forms|. The first one of
|
| // the duplicated entries stays in |forms|, the others are moved to
|
|
|