#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() { … }