chromium/chrome/browser/ui/passwords/bubble_controllers/auto_sign_in_bubble_controller.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_AUTO_SIGN_IN_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_AUTO_SIGN_IN_BUBBLE_CONTROLLER_H_

#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/passwords/bubble_controllers/password_bubble_controller_base.h"
#include "components/password_manager/core/browser/password_form.h"

class PasswordsModelDelegate;

// This controller provides data and actions for the AutoSignInView.
class AutoSignInBubbleController : public PasswordBubbleControllerBase {};

#endif  // CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_AUTO_SIGN_IN_BUBBLE_CONTROLLER_H_