Chromium Code Reviews| Index: components/autofill/core/common/form_field_data_predictions.h |
| diff --git a/components/autofill/core/common/form_field_data_predictions.h b/components/autofill/core/common/form_field_data_predictions.h |
| index f8300921fbc72bcb8c219b661a57e33c74c4955b..3d3132e9e9b704e355a4fbe3d0d5a14a42fbf2db 100644 |
| --- a/components/autofill/core/common/form_field_data_predictions.h |
| +++ b/components/autofill/core/common/form_field_data_predictions.h |
| @@ -23,6 +23,9 @@ struct FormFieldDataPredictions { |
| std::string heuristic_type; |
| std::string server_type; |
| std::string overall_type; |
| + |
| + bool operator==(const FormFieldDataPredictions& predictions) const; |
| + bool operator!=(const FormFieldDataPredictions& predictions) const; |
|
Ilya Sherman
2013/07/02 18:43:01
nit: Please add a comment that you're adding these
blundell
2013/07/02 20:15:33
Done.
|
| }; |
| } // namespace autofill |