Index: components/autofill/core/common/form_data.h |
diff --git a/components/autofill/core/common/form_data.h b/components/autofill/core/common/form_data.h |
index 08f57dd2e328e31eb2cbe27fe69444ec431e5e55..ffbc204b61bc864b2571619bbf780db71c57c21a 100644 |
--- a/components/autofill/core/common/form_data.h |
+++ b/components/autofill/core/common/form_data.h |
@@ -19,7 +19,8 @@ struct FormData { |
FormData(const FormData& data); |
~FormData(); |
- // Used in testing. |
+ // Used in testing, and in recording metrics and setting preferences, where |
+ // false positives/negatives aren't super important. |
bool operator==(const FormData& form) const; |
bool operator!=(const FormData& form) const; |