commit | d6f63f89b93ee4adc94733be3adfb3b47cade40a | [log] [tgz] |
---|---|---|
author | Alan Zhao <[email protected]> | Wed Feb 26 18:32:28 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 26 18:32:28 2025 |
tree | ab4238de5f6448f6484ce021d1732a753fd657b4 | |
parent | 330f37c71539120b39b96c36a2f438d132c2d617 [diff] [blame] |
Fix (yet more) dangling commas Bug: 398040357 Change-Id: I2685d4946b5b46068069069b083e1b974a3f8da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6306422 Owners-Override: Nico Weber <[email protected]> Commit-Queue: Nico Weber <[email protected]> Reviewed-by: Nico Weber <[email protected]> Auto-Submit: Alan Zhao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1425259}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc index 45665ca..0693504 100644 --- a/chrome/browser/prefs/browser_prefs.cc +++ b/chrome/browser/prefs/browser_prefs.cc
@@ -2774,7 +2774,7 @@ #if BUILDFLAG(IS_ANDROID) // Added 02/2025. profile_prefs->ClearPref(kLocalPasswordsMigrationWarningShownTimestamp); - profile_prefs->ClearPref(kLocalPasswordMigrationWarningShownAtStartup, ); + profile_prefs->ClearPref(kLocalPasswordMigrationWarningShownAtStartup); #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_CHROMEOS)