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

// 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.

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

#include <utility>
#include <vector>

#include "base/memory/raw_ptr.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "chrome/browser/ui/views/passwords/password_bubble_view_test_base.h"
#include "components/password_manager/core/browser/password_form.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/bubble/bubble_dialog_delegate_view.h"
#include "ui/views/widget/widget.h"

ASCIIToUTF16;
ReturnRef;

class PasswordSaveUnsyncedCredentialsLocallyViewTest
    : public PasswordBubbleViewTestBase {};

void PasswordSaveUnsyncedCredentialsLocallyViewTest::CreateViewAndShow() {}

void PasswordSaveUnsyncedCredentialsLocallyViewTest::TearDown() {}

TEST_F(PasswordSaveUnsyncedCredentialsLocallyViewTest, HasTitleAndTwoButtons) {}