| 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;
|
|
|