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

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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(
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.h ('k') | components/autofill/content/browser/risk/fingerprint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698