#ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_PASSWORD_PROTECTION_STUB_PASSWORD_REUSE_DETECTION_MANAGER_CLIENT_H_
#define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_PASSWORD_PROTECTION_STUB_PASSWORD_REUSE_DETECTION_MANAGER_CLIENT_H_
#include "components/autofill/core/browser/logging/stub_log_manager.h"
#include "components/password_manager/core/browser/password_reuse_manager.h"
#include "components/safe_browsing/core/browser/password_protection/password_reuse_detection_manager_client.h"
namespace safe_browsing {
class StubPasswordReuseDetectionManagerClient
: public PasswordReuseDetectionManagerClient { … };
}
#endif