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

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

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: 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 d1cb2b82f68ab53b76591b6f9202d12238e68336..bac4b467bf6bd8de1c9d00a58bf70296222c997b 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 syncer::SyncService* sync_service) {
+ const sync_driver::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