| Index: content/shell/test_runner/test_interfaces.h
|
| diff --git a/content/shell/test_runner/test_interfaces.h b/content/shell/test_runner/test_interfaces.h
|
| index 18bf973a2f4fa372a7daf19b786752508f007e7c..97789e22a635211d3f34e312aa829338cd87ed1c 100644
|
| --- a/content/shell/test_runner/test_interfaces.h
|
| +++ b/content/shell/test_runner/test_interfaces.h
|
| @@ -14,7 +14,7 @@
|
| #include "third_party/WebKit/public/platform/WebNonCopyable.h"
|
|
|
| namespace blink {
|
| -class WebFrame;
|
| +class WebLocalFrame;
|
| class WebThemeEngine;
|
| class WebURL;
|
| class WebView;
|
| @@ -34,7 +34,7 @@ class TestInterfaces {
|
|
|
| void SetMainView(blink::WebView* web_view);
|
| void SetDelegate(WebTestDelegate* delegate);
|
| - void BindTo(blink::WebFrame* frame);
|
| + void BindTo(blink::WebLocalFrame* frame);
|
| void ResetTestHelperControllers();
|
| void ResetAll();
|
| bool TestIsRunning();
|
|
|