| Index: chrome/test/remoting/remote_desktop_browsertest.h
|
| diff --git a/chrome/test/remoting/remote_desktop_browsertest.h b/chrome/test/remoting/remote_desktop_browsertest.h
|
| index 36abbfda1a21d19bb8deca84326709f151e8b41c..7591b92db54a3073ae20af688db5c8d76ac22c6e 100644
|
| --- a/chrome/test/remoting/remote_desktop_browsertest.h
|
| +++ b/chrome/test/remoting/remote_desktop_browsertest.h
|
| @@ -110,7 +110,7 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest {
|
|
|
| // Helper to simulate a mouse click.
|
| void SimulateMouseClickAt(
|
| - int modifiers, WebKit::WebMouseEvent::Button button, int x, int y);
|
| + int modifiers, blink::WebMouseEvent::Button button, int x, int y);
|
|
|
| // The following helpers each perform a composite task.
|
|
|
|
|