#include "base/run_loop.h"
#include "base/time/time.h"
#include "chrome/browser/ui/views/frame/browser_view.h"
#include "chrome/browser/ui/views/relaunch_notification/relaunch_notification_controller_platform_impl_desktop.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/views/test/widget_test.h"
#include "ui/views/widget/widget.h"
RelaunchNotificationControllerPlatformImplDesktopBrowserTest;
IN_PROC_BROWSER_TEST_F(
RelaunchNotificationControllerPlatformImplDesktopBrowserTest,
NotifyRelaunchTest) { … }