chromium/chrome/browser/ui/views/passwords/password_default_store_changed_view.cc

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

#include "chrome/browser/ui/views/passwords/password_default_store_changed_view.h"

#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/browser/ui/passwords/ui_utils.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/views/layout/fill_layout.h"

PasswordDefaultStoreChangedView::PasswordDefaultStoreChangedView(
    content::WebContents* web_contents,
    views::View* anchor_view)
    :{}

PasswordDefaultStoreChangedView::~PasswordDefaultStoreChangedView() = default;

DefaultStoreChangedBubbleController*
PasswordDefaultStoreChangedView::GetController() {}

const DefaultStoreChangedBubbleController*
PasswordDefaultStoreChangedView::GetController() const {}

ui::ImageModel PasswordDefaultStoreChangedView::GetWindowIcon() {}