Chromium Code Reviews| Index: components/autofill/core/common/form_data_predictions.h |
| diff --git a/components/autofill/core/common/form_data_predictions.h b/components/autofill/core/common/form_data_predictions.h |
| index 6b6e90a08e4a3ded4c508ef84194358e629d3f38..d436ef620af773c5bd1ce4c5927e12eec2afd897 100644 |
| --- a/components/autofill/core/common/form_data_predictions.h |
| +++ b/components/autofill/core/common/form_data_predictions.h |
| @@ -27,6 +27,9 @@ struct FormDataPredictions { |
| FormDataPredictions(); |
| FormDataPredictions(const FormDataPredictions& other); |
| ~FormDataPredictions(); |
| + |
| + bool operator==(const FormDataPredictions& predictions) const; |
| + bool operator!=(const FormDataPredictions& 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 |