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

Unified Diff: components/password_manager/sync/browser/password_manager_setting_migrator_service.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: 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 728fffb55e620569382f13a816da8eafec7d93be..4885215c3dd2eb1fb6f0a3ed89e9ef90a4cdfd36 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(
- sync_driver::SyncService* sync_service) {
+ syncer::SyncService* sync_service) {
if (force_disabled_for_testing_)
return;
SaveCurrentPrefState(prefs_, &initial_new_pref_value_,

Powered by Google App Engine
This is Rietveld 408576698