summaryrefslogtreecommitdiffstats
path: root/components/signin/core/browser/account_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/signin/core/browser/account_info.h')
-rw-r--r--components/signin/core/browser/account_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/signin/core/browser/account_info.h b/components/signin/core/browser/account_info.h
index 79fb6fd..2ac96d8 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.