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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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 e01d519be370e991c3c5b1e05fe003a090913a88..08784feef5b55d2c2ca888f89727f63557c7044d 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm
@@ -27,7 +27,7 @@ using password_manager::PasswordSyncState;
namespace {
-const sync_driver::SyncService* GetSyncService(
+const syncer::SyncService* GetSyncService(
ios::ChromeBrowserState* browser_state) {
return IOSChromeProfileSyncServiceFactory::GetForBrowserStateIfExists(
browser_state);

Powered by Google App Engine
This is Rietveld 408576698