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

Unified Diff: chrome/browser/chrome_service_worker_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/chrome_service_worker_browsertest.cc
diff --git a/chrome/browser/chrome_service_worker_browsertest.cc b/chrome/browser/chrome_service_worker_browsertest.cc
index 834b3d973d0abce69c84c179ad8cea34a329cd02..7a3bad08f656754275a33d98bfe0b22f6fccbb7e 100644
--- a/chrome/browser/chrome_service_worker_browsertest.cc
+++ b/chrome/browser/chrome_service_worker_browsertest.cc
@@ -591,7 +591,7 @@ IN_PROC_BROWSER_TEST_F(ServiceWorkerSpeculativeLaunchTest, MouseDown) {
0);
content::SimulateMouseClickAt(
browser()->tab_strip_model()->GetActiveWebContents(), 0,
- blink::WebMouseEvent::ButtonLeft, gfx::Point(0, 0));
+ blink::WebMouseEvent::Button::Left, gfx::Point(0, 0));
EXPECT_EQ(expected_title2, title_watcher2.WaitAndGetTitle());
// The service worker must be started by a navigation hint.
« no previous file with comments | « chrome/browser/autofill/autofill_server_browsertest.cc ('k') | chrome/browser/chromeos/input_method/textinput_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698