Index: components/autofill/core/browser/wallet/real_pan_wallet_client.h |
diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.h b/components/autofill/core/browser/wallet/real_pan_wallet_client.h |
index f1fc05c9c3c85cf68e0d95761602d277a9e9cd0c..4331d8cc508237f12edf609a05394eb06d7859b6 100644 |
--- a/components/autofill/core/browser/wallet/real_pan_wallet_client.h |
+++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.h |
@@ -76,8 +76,7 @@ class RealPanWalletClient : public net::URLFetcherDelegate, |
// Adds the token to |request_| and starts the request. |
void SetOAuth2TokenAndStartRequest(); |
- // The context for the request. Ensures the gdToken cookie is set as a header |
- // in the requests to Online Wallet if it is present. |
+ // The context for the request. |
scoped_refptr<net::URLRequestContextGetter> context_getter_; |
// Observer class that has its various On* methods called based on the results |