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)