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

Unified Diff: chrome/browser/automation/ui_controls_internal.cc

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no mask for xsendevent 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_internal.cc
diff --git a/chrome/browser/automation/ui_controls_internal.cc b/chrome/browser/automation/ui_controls_internal.cc
index 8cb5ec3685e8ba14e21eb7562d084971989c48d4..61b8d9b7e297ad71c97442244d15a54f2f820e7c 100644
--- a/chrome/browser/automation/ui_controls_internal.cc
+++ b/chrome/browser/automation/ui_controls_internal.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/automation/ui_controls_internal.h"
namespace ui_controls {
+namespace internal {
void ClickTask(MouseButton button, int state, const base::Closure& followup) {
if (!followup.is_null())
@@ -13,4 +14,5 @@ void ClickTask(MouseButton button, int state, const base::Closure& followup) {
SendMouseEvents(button, state);
}
-} // ui_controls
+} // namespace internal
+} // namespace ui_controls
« no previous file with comments | « chrome/browser/automation/ui_controls_internal.h ('k') | chrome/browser/automation/ui_controls_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698