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

Unified Diff: components/test_runner/event_sender.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/accessibility_controller.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 4f77fcf47a98f080b9dff305a14f36f2b95c5457..64144e226f3cec13c3d5ad687254f687afed59d1 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -37,7 +37,7 @@ namespace test_runner {
class TestInterfaces;
class WebTestDelegate;
-class WebTestProxyBase;
+class WebViewTestProxyBase;
// Key event location code introduced in DOM Level 3.
// See also: http://www.w3.org/TR/DOM-Level-3-Events/#events-keyboardevents
@@ -50,7 +50,7 @@ enum KeyLocationCode {
class EventSender {
public:
- explicit EventSender(WebTestProxyBase*);
+ explicit EventSender(WebViewTestProxyBase*);
virtual ~EventSender();
void Reset();
@@ -257,7 +257,7 @@ class EventSender {
int wm_sys_dead_char_;
#endif
- WebTestProxyBase* web_test_proxy_base_;
+ WebViewTestProxyBase* web_view_test_proxy_base_;
TestInterfaces* interfaces();
WebTestDelegate* delegate();
const blink::WebView* view() const;
« no previous file with comments | « components/test_runner/accessibility_controller.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698