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

#include <utility>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/views/passwords/password_bubble_view_test_base.h"

namespace {
Return;

class PostSaveCompromisedBubbleViewTest : public PasswordBubbleViewTestBase {};

void PostSaveCompromisedBubbleViewTest::CreateViewAndShow(
    password_manager::ui::State state) {}

void PostSaveCompromisedBubbleViewTest::TearDown() {}

TEST_F(PostSaveCompromisedBubbleViewTest, SafeState) {}

TEST_F(PostSaveCompromisedBubbleViewTest, MoreToFixState) {}

}  // namespace