#include "chrome/browser/extensions/api/autofill_private/autofill_util.h"
#include <memory>
#include "base/functional/callback_forward.h"
#include "base/test/mock_callback.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "components/autofill/core/common/autofill_test_utils.h"
#include "components/device_reauth/mock_device_authenticator.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/browser_test.h"
Return;
namespace extensions::autofill_util {
MockCallbackAfterSuccessfulUserAuth;
class AutofillUtilTest : public InProcessBrowserTest { … };
IN_PROC_BROWSER_TEST_F(AutofillUtilTest, AuthenticateUser_SuccessfulAuth) { … }
IN_PROC_BROWSER_TEST_F(AutofillUtilTest, AuthenticateUser_UnSuccessfulAuth) { … }
}