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

Unified Diff: components/password_manager/sync/browser/password_manager_setting_migrator_service.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: components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
diff --git a/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc b/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
index 4885215c3dd2eb1fb6f0a3ed89e9ef90a4cdfd36..728fffb55e620569382f13a816da8eafec7d93be 100644
--- a/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
+++ b/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
@@ -97,7 +97,7 @@ PasswordManagerSettingMigratorService::
~PasswordManagerSettingMigratorService() {}
void PasswordManagerSettingMigratorService::InitializeMigration(
- syncer::SyncService* sync_service) {
+ sync_driver::SyncService* sync_service) {
if (force_disabled_for_testing_)
return;
SaveCurrentPrefState(prefs_, &initial_new_pref_value_,

Powered by Google App Engine
This is Rietveld 408576698