| Index: content/shell/test_runner/web_ax_object_proxy.h
|
| diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
|
| index 6c169c7a1960c16529d9a147897f577b36abb18f..6e8524999969e40b26df0857f3d74ae23d13d3e9 100644
|
| --- a/content/shell/test_runner/web_ax_object_proxy.h
|
| +++ b/content/shell/test_runner/web_ax_object_proxy.h
|
| @@ -17,7 +17,7 @@
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
| -class WebFrame;
|
| +class WebLocalFrame;
|
| }
|
|
|
| namespace test_runner {
|
| @@ -44,7 +44,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
|
| virtual bool IsRoot() const;
|
| bool IsEqualToObject(const blink::WebAXObject& object);
|
|
|
| - void NotificationReceived(blink::WebFrame* frame,
|
| + void NotificationReceived(blink::WebLocalFrame* frame,
|
| const std::string& notification_name);
|
| void Reset();
|
|
|
|
|