chromium/chrome/browser/ui/passwords/bubble_controllers/add_username_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_ADD_USERNAME_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_ADD_USERNAME_BUBBLE_CONTROLLER_H_

#include "chrome/browser/ui/passwords/bubble_controllers/common_saved_account_manager_bubble_controller.h"

// This controller provides data and actions for the PasswordAddUsernameView.
class AddUsernameBubbleController
    : public CommonSavedAccountManagerBubbleController {};

#endif  // CHROME_BROWSER_UI_PASSWORDS_BUBBLE_CONTROLLERS_ADD_USERNAME_BUBBLE_CONTROLLER_H_