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

Unified Diff: webkit/glue/glue_accessibility.h

Issue 20072: Finish taking out render_messages.h include from other headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months 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: webkit/glue/glue_accessibility.h
===================================================================
--- webkit/glue/glue_accessibility.h (revision 9207)
+++ webkit/glue/glue_accessibility.h (working copy)
@@ -14,7 +14,8 @@
#endif
#include "base/hash_tables.h"
-#include "chrome/common/render_messages.h"
+#include "base/ref_counted.h"
+#include "chrome/common/accessibility.h"
class WebView;
@@ -40,8 +41,8 @@
// currently active (browser ref count not zero) IAccessibles. Returns true if
// successful, false otherwise.
bool GetAccessibilityInfo(WebView* view,
- const ViewMsg_Accessibility_In_Params& in_params,
- ViewHostMsg_Accessibility_Out_Params* out_params);
+ const AccessibilityInParams& in_params,
+ AccessibilityOutParams* out_params);
// Erases the entry identified by the |iaccessible_id| from the hash map. If
// |clear_all| is true, all entries are erased. Returns true if successful,

Powered by Google App Engine
This is Rietveld 408576698