#ifndef CHROME_BROWSER_UI_VIEWS_PASSWORDS_SHARED_PASSWORDS_NOTIFICATION_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_SHARED_PASSWORDS_NOTIFICATION_VIEW_H_
#include "chrome/browser/ui/passwords/bubble_controllers/password_bubble_controller_base.h"
#include "chrome/browser/ui/passwords/bubble_controllers/shared_passwords_notifications_bubble_controller.h"
#include "chrome/browser/ui/views/passwords/password_bubble_view_base.h"
#include "ui/base/interaction/element_identifier.h"
class SharedPasswordsNotificationView : public PasswordBubbleViewBase { … };
#endif