Index: chrome/browser/autofill/autofill_browsertest.cc |
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc |
index 59fff91a06403b8afc59bb88a733ec0231907769..cc76d821a1f0f4bb4595ddf5ad4e04a406ab7157 100644 |
--- a/chrome/browser/autofill/autofill_browsertest.cc |
+++ b/chrome/browser/autofill/autofill_browsertest.cc |
@@ -346,7 +346,8 @@ class AutofillTest : public InProcessBrowserTest { |
void FocusFirstNameField() { |
LOG(WARNING) << "Clicking on the tab."; |
- content::SimulateMouseClick(chrome::GetActiveWebContents(browser())); |
+ content::SimulateMouseClick(chrome::GetActiveWebContents(browser()), 0, |
+ WebKit::WebMouseEvent::ButtonLeft); |
LOG(WARNING) << "Focusing the first name field."; |
bool result = false; |