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

Unified Diff: components/test_runner/accessibility_controller.h

Issue 2171503005: Rename WebTestProxy to WebViewTestProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 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
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/accessibility_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/accessibility_controller.h
diff --git a/components/test_runner/accessibility_controller.h b/components/test_runner/accessibility_controller.h
index 82618fc2241b56e3c0dbb47dfc74098201c68ef7..2864b4ddb6ce64a73dec03d54c3dd1ea3abdbc54 100644
--- a/components/test_runner/accessibility_controller.h
+++ b/components/test_runner/accessibility_controller.h
@@ -21,11 +21,12 @@ class WebView;
namespace test_runner {
-class WebTestProxyBase;
+class WebViewTestProxyBase;
class AccessibilityController {
public:
- explicit AccessibilityController(WebTestProxyBase* web_test_proxy_base);
+ explicit AccessibilityController(
+ WebViewTestProxyBase* web_view_test_proxy_base);
~AccessibilityController();
void Reset();
@@ -56,7 +57,7 @@ class AccessibilityController {
v8::Persistent<v8::Function> notification_callback_;
blink::WebView* web_view();
- WebTestProxyBase* web_test_proxy_base_;
+ WebViewTestProxyBase* web_view_test_proxy_base_;
base::WeakPtrFactory<AccessibilityController> weak_factory_;
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/accessibility_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698