diff options
Diffstat (limited to 'chrome/browser/automation/ui_controls.h')
-rw-r--r-- | chrome/browser/automation/ui_controls.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/automation/ui_controls.h b/chrome/browser/automation/ui_controls.h index fc05a46..a39d1cc 100644 --- a/chrome/browser/automation/ui_controls.h +++ b/chrome/browser/automation/ui_controls.h @@ -8,7 +8,7 @@ #include <string> #include <wtypes.h> -namespace ChromeViews { +namespace views { class View; } @@ -57,8 +57,10 @@ bool SendMouseClick(MouseButton type); // A combination of SendMouseMove to the middle of the view followed by // SendMouseEvents. -void MoveMouseToCenterAndPress( - ChromeViews::View* view, MouseButton button, int state, Task* task); +void MoveMouseToCenterAndPress(views::View* view, + MouseButton button, + int state, + Task* task); } // ui_controls |