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

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate_android.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/password_manager/save_password_infobar_delegate_android.cc
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate_android.cc b/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
index de8d3a2ee9aa398104f9bee561314864734d8f28..90fe35454b4694cf6a746589ef4fb080d74e1dfa 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
+++ b/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
@@ -28,7 +28,7 @@ void SavePasswordInfoBarDelegate::Create(
std::unique_ptr<password_manager::PasswordFormManager> form_to_save) {
Profile* profile =
Profile::FromBrowserContext(web_contents->GetBrowserContext());
- sync_driver::SyncService* sync_service =
+ syncer::SyncService* sync_service =
ProfileSyncServiceFactory::GetForProfile(profile);
bool is_smartlock_branding_enabled =
password_bubble_experiment::IsSmartLockBrandingSavePromptEnabled(

Powered by Google App Engine
This is Rietveld 408576698