Index: chrome/browser/browser_accessibility_manager.h |
=================================================================== |
--- chrome/browser/browser_accessibility_manager.h (revision 9131) |
+++ chrome/browser/browser_accessibility_manager.h (working copy) |
@@ -15,7 +15,6 @@ |
class BrowserAccessibility; |
class RenderProcessHost; |
class RenderWidgetHost; |
-struct ViewHostMsg_Accessibility_Out_Params; |
//////////////////////////////////////////////////////////////////////////////// |
// |
@@ -53,7 +52,7 @@ |
LONG input2); |
// Wrapper function, for cleaner code. |
- const ViewHostMsg_Accessibility_Out_Params& response(); |
+ ViewHostMsg_Accessibility_Out_Params response(); |
// Retrieves the parent HWND connected to the provided id. |
HWND parent_hwnd(int id); |