// Copyright 2018 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_GENERATION_CONFIRMATION_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_GENERATION_CONFIRMATION_VIEW_H_ #include "base/timer/timer.h" #include "chrome/browser/ui/passwords/bubble_controllers/generation_confirmation_bubble_controller.h" #include "chrome/browser/ui/views/passwords/password_bubble_view_base.h" #include "ui/views/view.h" // A view confirming to the user that a generated password was saved and // offering a link to the Google account manager. class PasswordGenerationConfirmationView : public PasswordBubbleViewBase { … }; #endif // CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_GENERATION_CONFIRMATION_VIEW_H_