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

Unified Diff: trunk/src/content/test/accessibility_browser_test_utils.h

Issue 408663006: Revert 284065 "Revert of Revert of Migrate accessibility from Re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/content/test/accessibility_browser_test_utils.h
===================================================================
--- trunk/src/content/test/accessibility_browser_test_utils.h (revision 284469)
+++ trunk/src/content/test/accessibility_browser_test_utils.h (working copy)
@@ -6,7 +6,7 @@
#define CONTENT_TEST_ACCESSIBILITY_BROWSER_TEST_UTILS_H_
#include "base/memory/weak_ptr.h"
-#include "content/common/accessibility_mode_enums.h"
+#include "content/common/view_message_enums.h"
#include "ui/accessibility/ax_node_data.h"
#include "ui/accessibility/ax_tree.h"
@@ -13,7 +13,7 @@
namespace content {
class MessageLoopRunner;
-class RenderFrameHostImpl;
+class RenderViewHostImpl;
class Shell;
// Create an instance of this class *before* doing any operation that
@@ -53,7 +53,7 @@
bool IsAboutBlank();
Shell* shell_;
- RenderFrameHostImpl* frame_host_;
+ RenderViewHostImpl* view_host_;
ui::AXEvent event_to_wait_for_;
scoped_refptr<MessageLoopRunner> loop_runner_;
base::WeakPtrFactory<AccessibilityNotificationWaiter> weak_factory_;
« no previous file with comments | « trunk/src/content/renderer/render_view_impl_params.cc ('k') | trunk/src/content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698