| 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 c9ed3d7415ee1411a31b76796a26b4bc7562324c..280e3634e8cdcd587878bb2a107dcb13fe8fd531 100644
|
| --- a/chrome/test/remoting/remote_desktop_browsertest.cc
|
| +++ b/chrome/test/remoting/remote_desktop_browsertest.cc
|
| @@ -399,11 +399,11 @@ void RemoteDesktopBrowserTest::SimulateStringInput(const std::string& input) {
|
| }
|
|
|
| void RemoteDesktopBrowserTest::SimulateMouseLeftClickAt(int x, int y) {
|
| - SimulateMouseClickAt(0, WebKit::WebMouseEvent::ButtonLeft, x, y);
|
| + SimulateMouseClickAt(0, blink::WebMouseEvent::ButtonLeft, x, y);
|
| }
|
|
|
| void RemoteDesktopBrowserTest::SimulateMouseClickAt(
|
| - int modifiers, WebKit::WebMouseEvent::Button button, int x, int y) {
|
| + int modifiers, blink::WebMouseEvent::Button button, int x, int y) {
|
| // TODO(weitaosu): The coordinate translation doesn't work correctly for
|
| // apps v2.
|
| ExecuteScript(
|
|
|