| Index: components/signin/core/browser/signin_header_helper.h
|
| diff --git a/components/signin/core/browser/signin_header_helper.h b/components/signin/core/browser/signin_header_helper.h
|
| index 28c57b0b81b1228a5bb8ad0c14fcf483fea990b6..47ba5d8357a94629af553169a7dcc2bf1918c796 100644
|
| --- a/components/signin/core/browser/signin_header_helper.h
|
| +++ b/components/signin/core/browser/signin_header_helper.h
|
| @@ -82,7 +82,7 @@ struct DiceResponseParams {
|
| // Gaia ID of the account signed in or signed out (which may be a secondary
|
| // account). When |user_intention| is SIGNOUT, this is the ID of the primary
|
| // account.
|
| - std::string obfuscated_gaia_id;
|
| + std::string gaia_id;
|
|
|
| // Email of the account signed in or signed out. When |user_intention| is
|
| // SIGNOUT, this is the email of the primary account.
|
|
|