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

Unified Diff: chrome/browser/history/redirect_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/history/redirect_browsertest.cc
diff --git a/chrome/browser/history/redirect_browsertest.cc b/chrome/browser/history/redirect_browsertest.cc
index b2be124b544e2964b221d4f24cac0a792f7f1e85..d1ae3db51a1db278d96c7d43402842693b069ee8 100644
--- a/chrome/browser/history/redirect_browsertest.cc
+++ b/chrome/browser/history/redirect_browsertest.cc
@@ -171,7 +171,7 @@ IN_PROC_BROWSER_TEST_F(RedirectTest, ClientCancelled) {
// as client redirect and the redirect will be recoreded, which can cause
// this test failed.
content::SimulateMouseClick(web_contents, 0,
- blink::WebMouseEvent::ButtonLeft);
+ blink::WebMouseEvent::Button::Left);
navigation_observer.Wait();
std::vector<GURL> redirects = GetRedirects(first_url);

Powered by Google App Engine
This is Rietveld 408576698