// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_RELAUNCH_CHROME_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_RELAUNCH_CHROME_VIEW_H_ #include "chrome/browser/ui/passwords/bubble_controllers/relaunch_chrome_bubble_controller.h" #include "chrome/browser/ui/views/passwords/password_bubble_view_base.h" // Bubble prompting user to relaunch Chrome. class RelaunchChromeView : public PasswordBubbleViewBase { … }; #endif // CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_RELAUNCH_CHROME_VIEW_H_