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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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: ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm b/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
index 0a17305a4b6cd3f123b1da1b57a3bb8777988b05..e01d519be370e991c3c5b1e05fe003a090913a88 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
@@ -54,7 +54,7 @@ IOSChromePasswordManagerClient::IOSChromePasswordManagerClient(
IOSChromePasswordManagerClient::~IOSChromePasswordManagerClient() = default;
PasswordSyncState IOSChromePasswordManagerClient::GetPasswordSyncState() const {
- ProfileSyncService* sync_service =
+ browser_sync::ProfileSyncService* sync_service =
IOSChromeProfileSyncServiceFactory::GetForBrowserState(
delegate_.browserState);
return password_manager_util::GetPasswordSyncState(sync_service);
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_core.h ('k') | ios/chrome/browser/suggestions/suggestions_service_factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698