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

Unified Diff: content/test/accessibility_browser_test_utils.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/accessibility_browser_test_utils.h
diff --git a/content/test/accessibility_browser_test_utils.h b/content/test/accessibility_browser_test_utils.h
index 4802780c889d6fceb748e9324cb01281db80fdc3..74f08342bf501c88d9c7490fe2becca78de8a78e 100644
--- a/content/test/accessibility_browser_test_utils.h
+++ b/content/test/accessibility_browser_test_utils.h
@@ -25,7 +25,7 @@ class AccessibilityNotificationWaiter {
AccessibilityNotificationWaiter(
Shell* shell,
AccessibilityMode accessibility_mode,
- WebKit::WebAXEvent event);
+ blink::WebAXEvent event);
~AccessibilityNotificationWaiter();
// Blocks until the specific accessibility notification registered in
@@ -39,7 +39,7 @@ class AccessibilityNotificationWaiter {
private:
// Callback from RenderViewHostImpl.
- void OnAccessibilityEvent(WebKit::WebAXEvent event);
+ void OnAccessibilityEvent(blink::WebAXEvent event);
// Helper function to determine if the accessibility tree in
// GetAccessibilityNodeDataTree() is about the page with the url
@@ -48,7 +48,7 @@ class AccessibilityNotificationWaiter {
Shell* shell_;
RenderViewHostImpl* view_host_;
- WebKit::WebAXEvent event_to_wait_for_;
+ blink::WebAXEvent event_to_wait_for_;
scoped_refptr<MessageLoopRunner> loop_runner_;
base::WeakPtrFactory<AccessibilityNotificationWaiter> weak_factory_;
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698