// 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_updated_confirmation_view.h" #include <utility> #include "chrome/browser/ui/views/passwords/password_bubble_view_test_base.h" class PasskeyUpdatedConfirmationViewTest : public PasswordBubbleViewTestBase { … }; TEST_F(PasskeyUpdatedConfirmationViewTest, ShowsTitle) { … }