chromium/chrome/browser/ui/views/passwords/password_bubble_view_test_base.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_bubble_view_test_base.h"

#include "chrome/browser/ui/passwords/manage_passwords_ui_controller.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

NiceMock;
Return;
ReturnRef;

class TestManagePasswordsUIController : public ManagePasswordsUIController {};

TestManagePasswordsUIController::TestManagePasswordsUIController(
    content::WebContents* web_contents,
    base::WeakPtr<PasswordsModelDelegate> model_delegate)
    :{}

}  // namespace

PasswordBubbleViewTestBase::PasswordBubbleViewTestBase()
    :{}

PasswordBubbleViewTestBase::~PasswordBubbleViewTestBase() = default;

void PasswordBubbleViewTestBase::CreateAnchorViewAndShow() {}

void PasswordBubbleViewTestBase::TearDown() {}