Index: components/autofill/core/browser/password_generator.h |
diff --git a/components/autofill/core/browser/password_generator.h b/components/autofill/core/browser/password_generator.h |
index 9a558eeb98fa65b3619a47cd4df0a53256db05fb..91777381543052e9b50c1d310993ce11c9552c47 100644 |
--- a/components/autofill/core/browser/password_generator.h |
+++ b/components/autofill/core/browser/password_generator.h |
@@ -26,7 +26,7 @@ class PasswordGenerator { |
// (1) Each character is guaranteed to be a non-whitespace printable ASCII |
// character. |
// (2) The generated password will contain AT LEAST one upper case letter, one |
- // lower case letter, one digit, and EXACTLY one other symbol. |
+ // lower case letter, and one digit. |
// (3) The password length will be equal to |password_length_| (see comment |
// for the constructor). |
// Not thread safe. |