chromium/chrome/browser/ui/views/passwords/move_to_account_store_bubble_view.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_VIEWS_PASSWORDS_MOVE_TO_ACCOUNT_STORE_BUBBLE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_MOVE_TO_ACCOUNT_STORE_BUBBLE_VIEW_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/passwords/bubble_controllers/move_to_account_store_bubble_controller.h"
#include "chrome/browser/ui/passwords/bubble_controllers/password_bubble_controller_base.h"
#include "chrome/browser/ui/views/passwords/password_bubble_view_base.h"
#include "ui/base/metadata/metadata_header_macros.h"

// Bubble asking the user to move a profile credential to their account store.
class MoveToAccountStoreBubbleView : public PasswordBubbleViewBase {};

#endif  // CHROME_BROWSER_UI_VIEWS_PASSWORDS_MOVE_TO_ACCOUNT_STORE_BUBBLE_VIEW_H_