Chromium Code Reviews| Index: components/signin/core/browser/account_info.cc |
| diff --git a/components/signin/core/browser/account_info.cc b/components/signin/core/browser/account_info.cc |
| index 1392c284329ba40373c087baca931c2bf79a7193..6dd4495dd4d9a1fbed21011e3b8fa9f08c832fed 100644 |
| --- a/components/signin/core/browser/account_info.cc |
| +++ b/components/signin/core/browser/account_info.cc |
| @@ -21,7 +21,16 @@ bool UpdateField(bool* field, bool new_value) { |
| } |
| } |
| -AccountInfo::AccountInfo() {} |
| +AccountInfo::AccountInfo() |
| + : account_id(), |
| + gaia(), |
| + email(), |
| + full_name(), |
| + given_name(), |
| + hosted_domain(), |
| + locale(), |
| + picture_url(), |
| + is_child_account() {} |
|
Roger Tawa OOO till Jul 10th
2016/01/14 14:40:08
nit: could you explicitly set the default value to
bzanotti
2016/01/14 14:42:35
Done.
|
| AccountInfo::~AccountInfo() {} |
| bool AccountInfo::IsValid() const { |