| Index: components/signin/core/browser/account_info.h
|
| diff --git a/components/signin/core/browser/account_info.h b/components/signin/core/browser/account_info.h
|
| index 79fb6fdcda4c150376a44e6b4f0133c819de5edc..2ac96d8974066393d215b72f470a40d4f84bde31 100644
|
| --- a/components/signin/core/browser/account_info.h
|
| +++ b/components/signin/core/browser/account_info.h
|
| @@ -10,6 +10,7 @@
|
| // Information about a specific account.
|
| struct AccountInfo {
|
| AccountInfo();
|
| + AccountInfo(const AccountInfo& other);
|
| ~AccountInfo();
|
|
|
| std::string account_id; // The account ID used by OAuth2TokenService.
|
|
|