| Index: chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc b/chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc
|
| index 46dd4dcc5359483ae714d22dbb68a50d3a53787d..a34a6995cf7030b702a2ee3cce0667e9e98dd8bc 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc
|
| @@ -73,9 +73,10 @@ IN_PROC_BROWSER_TEST_F(ManagePasswordsIconViewTest, CloseOnClick) {
|
| SetupPendingPassword();
|
| EXPECT_TRUE(view()->visible());
|
| EXPECT_TRUE(view()->active());
|
| - ui::MouseEvent mouse_down(ui::ET_MOUSE_PRESSED, gfx::Point(10, 10),
|
| - gfx::Point(900, 60), ui::EventTimeForNow(),
|
| - ui::EF_LEFT_MOUSE_BUTTON, ui::EF_LEFT_MOUSE_BUTTON);
|
| + ui::MouseEvent mouse_down(
|
| + ui::ET_MOUSE_PRESSED, gfx::Point(10, 10), gfx::Point(900, 60),
|
| + ui::EventTimeForNow(), ui::EF_LEFT_MOUSE_BUTTON, ui::EF_LEFT_MOUSE_BUTTON,
|
| + ui::PointerEventDetails(ui::EventPointerType::POINTER_TYPE_MOUSE));
|
| view()->OnMousePressed(mouse_down);
|
| // Wait for the command execution to close the bubble.
|
| content::RunAllPendingInMessageLoop();
|
|
|