Index: chrome/test/remoting/remote_desktop_browsertest.cc |
diff --git a/chrome/test/remoting/remote_desktop_browsertest.cc b/chrome/test/remoting/remote_desktop_browsertest.cc |
index fbbdd171b290623502a4b71eca0dca682d3b0063..c0609a6541fd0bb826123018c3c7d8e4deac88e9 100644 |
--- a/chrome/test/remoting/remote_desktop_browsertest.cc |
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc |
@@ -442,7 +442,7 @@ void RemoteDesktopBrowserTest::SimulateStringInput(const std::string& input) { |
} |
void RemoteDesktopBrowserTest::SimulateMouseLeftClickAt(int x, int y) { |
- SimulateMouseClickAt(0, blink::WebMouseEvent::ButtonLeft, x, y); |
+ SimulateMouseClickAt(0, blink::WebMouseEvent::Button::Left, x, y); |
} |
void RemoteDesktopBrowserTest::SimulateMouseClickAt( |