| 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..712e2a386426b4cd4d90dc3c1ee0a5fec865235a 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(false) {}
|
| AccountInfo::~AccountInfo() {}
|
|
|
| bool AccountInfo::IsValid() const {
|
|
|