diff options
Diffstat (limited to 'chrome/browser/automation/ui_controls.h')
-rw-r--r-- | chrome/browser/automation/ui_controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/ui_controls.h b/chrome/browser/automation/ui_controls.h index 92705dc..e78a13f 100644 --- a/chrome/browser/automation/ui_controls.h +++ b/chrome/browser/automation/ui_controls.h @@ -84,7 +84,7 @@ bool SendMouseClick(MouseButton type); void MoveMouseToCenterAndPress( #if defined(TOOLKIT_VIEWS) views::View* view, -#elif defined(OS_LINUX) +#elif defined(TOOLKIT_GTK) GtkWidget* widget, #endif MouseButton button, |