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

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

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

Powered by Google App Engine
This is Rietveld 408576698