| Index: chrome/browser/automation/ui_controls.h
|
| diff --git a/chrome/browser/automation/ui_controls.h b/chrome/browser/automation/ui_controls.h
|
| index b0a2675d72c66439de220dbd62324f6f7b62a8a1..f56455baf8e7999f1cdbbf75982650215ed02a98 100644
|
| --- a/chrome/browser/automation/ui_controls.h
|
| +++ b/chrome/browser/automation/ui_controls.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -89,7 +89,7 @@ void MoveMouseToCenterAndPress(
|
| #elif defined(TOOLKIT_GTK)
|
| GtkWidget* widget,
|
| #elif defined(OS_MACOSX)
|
| - NSWindow* window,
|
| + NSView* view,
|
| #endif
|
| MouseButton button,
|
| int state,
|
|
|