| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index a859e2ff36f4c268f80e7e7c18ac3a175517de37..57e41f41078875ebf4cd9b8f88260cabe6a1c6da 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -548,6 +548,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, CreditCardGetRealPanDuration);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, CreditCardWillSubmitFormEvents);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, CreditCardSubmittedFormEvents);
|
| + FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest,
|
| + CreditCardCheckoutFlowUserActions);
|
| + FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, ProfileCheckoutFlowUserActions);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, DeveloperEngagement);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, FormFillDuration);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest,
|
|
|