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

Unified Diff: components/password_manager/sync/browser/password_sync_util.h

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: 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 3a60b3b75e6e2d283a44a422c1e4cfd91ec835f4..24e4d9398764fc9638f0ff14014ca696c8005ab7 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 syncer::SyncService* sync_service,
+ const sync_driver::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 syncer::SyncService* sync_service,
+ const sync_driver::SyncService* sync_service,
const SigninManagerBase* signin_manager);
} // namespace sync_util

Powered by Google App Engine
This is Rietveld 408576698