Chromium Code Reviews| Index: components/autofill/core/browser/autofill_profile.cc |
| diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc |
| index 469111e4ce6e0a8a6d44aaed45dbd16c956e257f..4f37c2bb59ecb9128a230d0b90e709f0f2deca7d 100644 |
| --- a/components/autofill/core/browser/autofill_profile.cc |
| +++ b/components/autofill/core/browser/autofill_profile.cc |
| @@ -243,6 +243,7 @@ AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) { |
| set_language_code(profile.language_code()); |
| server_id_ = profile.server_id(); |
| + has_converted_ = profile.has_converted(); |
|
please use gerrit instead
2017/01/16 18:20:12
You need to initialize this boolean in every const
sebsg
2017/01/16 18:57:39
Seems I did too much Java recently... thanks!
|
| return *this; |
| } |