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

// Copyright 2023 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_COMMON_SAVED_ACCOUNT_MANAGER_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_COMMON_SAVED_ACCOUNT_MANAGER_BUBBLE_CONTROLLER_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/passwords/bubble_controllers/password_bubble_controller_base.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "components/password_manager/core/browser/password_feature_manager.h"
#include "components/password_manager/core/browser/password_store/interactions_stats.h"

// This controller provides common logic for bubbles that are used to add/update
// credentials.
class CommonSavedAccountManagerBubbleController
    : public PasswordBubbleControllerBase {};

#endif  // CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_COMMON_SAVED_ACCOUNT_MANAGER_BUBBLE_CONTROLLER_H_