Index: components/password_manager/core/browser/password_store_factory_util.cc |
diff --git a/components/password_manager/core/browser/password_store_factory_util.cc b/components/password_manager/core/browser/password_store_factory_util.cc |
index 49e3733280fb2d826b6f5d7c7a51599a813373c1..f4c93150afc9ecebf414512508c01966b3793734 100644 |
--- a/components/password_manager/core/browser/password_store_factory_util.cc |
+++ b/components/password_manager/core/browser/password_store_factory_util.cc |
@@ -17,8 +17,7 @@ namespace password_manager { |
namespace { |
-bool ShouldAffiliationBasedMatchingBeActive( |
- sync_driver::SyncService* sync_service) { |
+bool ShouldAffiliationBasedMatchingBeActive(syncer::SyncService* sync_service) { |
return base::FeatureList::IsEnabled(features::kAffiliationBasedMatching) && |
sync_service && sync_service->CanSyncStart() && |
sync_service->IsSyncActive() && |
@@ -55,7 +54,7 @@ base::FilePath GetAffiliationDatabasePath(const base::FilePath& profile_path) { |
void ToggleAffiliationBasedMatchingBasedOnPasswordSyncedState( |
PasswordStore* password_store, |
- sync_driver::SyncService* sync_service, |
+ syncer::SyncService* sync_service, |
net::URLRequestContextGetter* request_context_getter, |
const base::FilePath& profile_path, |
scoped_refptr<base::SingleThreadTaskRunner> db_thread_runner) { |