Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: chrome/browser/autofill/autofill_browsertest.cc

Issue 2227563003: Refactoring button field and its type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix new instances Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autofill/autofill_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc
index 69118eb656c24880c3dbf42f8df05cffda7212eb..23dcaf3d9404cffa380afd733fe8c3beb77f6aa2 100644
--- a/chrome/browser/autofill/autofill_browsertest.cc
+++ b/chrome/browser/autofill/autofill_browsertest.cc
@@ -192,7 +192,7 @@ class AutofillTest : public InProcessBrowserTest {
// triggered by user gestures are ignored.
content::SimulateMouseClick(
browser()->tab_strip_model()->GetActiveWebContents(), 0,
- blink::WebMouseEvent::ButtonLeft);
+ blink::WebMouseEvent::Button::Left);
}
// We may not always be expecting changes in Personal data.
if (observer.get())
« no previous file with comments | « chrome/browser/apps/window_controls_browsertest.cc ('k') | chrome/browser/autofill/autofill_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698