#include "chrome/browser/ui/passwords/bubble_controllers/auto_sign_in_bubble_controller.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "components/password_manager/core/browser/password_form_metrics_recorder.h"
metrics_util;
AutoSignInBubbleController::AutoSignInBubbleController(
base::WeakPtr<PasswordsModelDelegate> delegate)
: … { … }
AutoSignInBubbleController::~AutoSignInBubbleController() { … }
void AutoSignInBubbleController::OnAutoSignInToastTimeout() { … }
std::u16string AutoSignInBubbleController::GetTitle() const { … }
void AutoSignInBubbleController::ReportInteractions() { … }