chromium/chrome/browser/ui/views/webauthn/passkey_deleted_confirmation_view_unittest.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/webauthn/passkey_deleted_confirmation_view.h"

#include <utility>

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

namespace {

class PasskeyDeletedConfirmationViewTest : public PasswordBubbleViewTestBase {};

TEST_F(PasskeyDeletedConfirmationViewTest, ShowsTitle) {}

}  // namespace