#ifndef COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_PASSWORD_PROTECTION_PASSWORD_PROTECTION_TEST_UTIL_H_
#define COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_PASSWORD_PROTECTION_PASSWORD_PROTECTION_TEST_UTIL_H_
#include "base/memory/scoped_refptr.h"
#include "components/safe_browsing/content/browser/password_protection/password_protection_request_content.h"
namespace content {
class WebContents;
}
namespace safe_browsing {
scoped_refptr<PasswordProtectionRequestContent> CreateDummyRequest(
content::WebContents* web_contents);
}
#endif