Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
index 275dcdb8a99cda29086b86cf215897d5cb376698..ee1cc9217d9b40571302a6cf2759491e53afe907 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
@@ -1590,8 +1590,7 @@ IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest, ActivateAfterSessionRestore) { |
controller_->GetLauncherItemController(shortcut_id); |
item_controller->ItemSelected(ui::KeyEvent(ui::ET_KEY_RELEASED, |
ui::VKEY_RETURN, |
- 0, |
- false)); |
+ ui::EF_NONE)); |
// Check that we have set focus on the existing application and nothing new |
// was created. |