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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc

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: chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc b/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc
index bac4b467bf6bd8de1c9d00a58bf70296222c997b..d1cb2b82f68ab53b76591b6f9202d12238e68336 100644
--- a/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_view_utils_desktop.cc
@@ -9,7 +9,7 @@
#include "components/password_manager/core/browser/password_manager_settings_migration_experiment.h"
int GetPasswordManagerSettingsStringId(
- const sync_driver::SyncService* sync_service) {
+ const syncer::SyncService* sync_service) {
int smart_lock_users_ids = IDS_OPTIONS_PASSWORD_MANAGER_SMART_LOCK_ENABLE;
int non_smart_lock_users_ids = IDS_OPTIONS_PASSWORD_MANAGER_ENABLE;

Powered by Google App Engine
This is Rietveld 408576698