Index: components/password_manager/sync/browser/password_sync_util.h |
diff --git a/components/password_manager/sync/browser/password_sync_util.h b/components/password_manager/sync/browser/password_sync_util.h |
index 24e4d9398764fc9638f0ff14014ca696c8005ab7..3a60b3b75e6e2d283a44a422c1e4cfd91ec835f4 100644 |
--- a/components/password_manager/sync/browser/password_sync_util.h |
+++ b/components/password_manager/sync/browser/password_sync_util.h |
@@ -20,14 +20,14 @@ namespace sync_util { |
// always possible to determine since this code can be called during sync setup |
// (http://crbug.com/393626). |
std::string GetSyncUsernameIfSyncingPasswords( |
- const sync_driver::SyncService* sync_service, |
+ const syncer::SyncService* sync_service, |
const SigninManagerBase* signin_manager); |
// Returns true if |form| corresponds to the account specified by |
// GetSyncUsernameIfSyncingPasswords. Returns false if |
// GetSyncUsernameIfSyncingPasswords does not specify any account. |
bool IsSyncAccountCredential(const autofill::PasswordForm& form, |
- const sync_driver::SyncService* sync_service, |
+ const syncer::SyncService* sync_service, |
const SigninManagerBase* signin_manager); |
} // namespace sync_util |