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

Unified Diff: chrome/browser/automation/ui_controls_mac.mm

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 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/browser/automation/ui_controls_mac.mm
diff --git a/chrome/browser/automation/ui_controls_mac.mm b/chrome/browser/automation/ui_controls_mac.mm
index 41a4fdd7663f4bbc20d7f8861be4d60a47d1dd59..110f467a0dcccd1e9c8ae731b1af61085f032192 100644
--- a/chrome/browser/automation/ui_controls_mac.mm
+++ b/chrome/browser/automation/ui_controls_mac.mm
@@ -381,7 +381,7 @@ void MoveMouseToCenterAndPress(
SendMouseMoveNotifyWhenDone(
center.x, center.y,
- base::Bind(&ui_controls::ClickTask, button, state, task));
+ base::Bind(&ui_controls::internal::ClickTask, button, state, task));
}
} // ui_controls

Powered by Google App Engine
This is Rietveld 408576698