Index: chrome/common/form_field_data.h |
diff --git a/chrome/common/form_field_data.h b/chrome/common/form_field_data.h |
index de9375f6d4152c2a421b8865f5fa3bcdbc88df00..690e67a3afcd3764e1fdfecc56e91ba1761daf04 100644 |
--- a/chrome/common/form_field_data.h |
+++ b/chrome/common/form_field_data.h |
@@ -12,7 +12,7 @@ |
// Stores information about a field in a form. |
struct FormFieldData { |
FormFieldData(); |
- virtual ~FormFieldData(); |
+ ~FormFieldData(); |
// Equality tests for identity which does not include |value| or |
// |is_autofilled|. |
@@ -20,7 +20,7 @@ struct FormFieldData { |
// ids. |
bool operator==(const FormFieldData& field) const; |
bool operator!=(const FormFieldData& field) const; |
- // Comparsion operator exposed for STL map. Uses label, then name to sort. |
+ // Comparison operator exposed for STL map. Uses label, then name to sort. |
bool operator<(const FormFieldData& field) const; |
string16 label; |