// 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_AUTO_SIGN_IN_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_AUTO_SIGN_IN_VIEW_H_ #include "base/timer/timer.h" #include "chrome/browser/ui/passwords/bubble_controllers/auto_sign_in_bubble_controller.h" #include "chrome/browser/ui/views/passwords/password_bubble_view_base.h" #include "ui/views/widget/widget.h" #include "ui/views/widget/widget_observer.h" // A view containing just one credential that was used for for automatic signing // in. class PasswordAutoSignInView : public PasswordBubbleViewBase { … }; #endif // CHROME_BROWSER_UI_VIEWS_PASSWORDS_PASSWORD_AUTO_SIGN_IN_VIEW_H_