| Index: chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
|
| diff --git a/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js b/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
|
| index 57732fc04fe7e395441b2c70ddb3f79feb2aec38..43420b4928f52d180afb04c2a20a1bb081627ec5 100644
|
| --- a/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
|
| +++ b/chrome/browser/resources/cryptotoken/googlecorpindividualattest.js
|
| @@ -36,6 +36,5 @@ GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID =
|
| * Hash of the app ID used by Google employee accounts.
|
| * @const
|
| */
|
| -GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID_HASH =
|
| - B64_encode(sha256HashOfString(
|
| - GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID));
|
| +GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID_HASH = B64_encode(
|
| + sha256HashOfString(GoogleCorpIndividualAttestation.GOOGLE_CORP_APP_ID));
|
|
|