#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_RENDERER_SAVE_PASSWORD_PROGRESS_LOGGER_H_
#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_RENDERER_SAVE_PASSWORD_PROGRESS_LOGGER_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "components/autofill/content/common/mojom/autofill_driver.mojom.h"
#include "components/autofill/core/common/save_password_progress_logger.h"
namespace blink {
class WebFormControlElement;
}
namespace autofill {
class RendererSavePasswordProgressLogger : public SavePasswordProgressLogger { … };
}
#endif