Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/browser/password_manager/password_store_factory.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store_factory.cc
diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
index 862f2f129afb970f4ac53a35b49e3c70996fb059..6054fb8a2c93c14d1d9db8ffc0a34ee018c567be 100644
--- a/chrome/browser/password_manager/password_store_factory.cc
+++ b/chrome/browser/password_manager/password_store_factory.cc
@@ -91,7 +91,7 @@ void PasswordStoreFactory::OnPasswordsSyncedStatePotentiallyChanged(
GetForProfile(profile, ServiceAccessType::EXPLICIT_ACCESS);
if (!password_store)
return;
- syncer::SyncService* sync_service =
+ sync_driver::SyncService* sync_service =
ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
net::URLRequestContextGetter* request_context_getter =
profile->GetRequestContext();

Powered by Google App Engine
This is Rietveld 408576698