| Index: third_party/WebKit/Source/web/tests/sim/SimTest.h
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h
|
| index d3a84a71caccb1154edd6b2e7e1d5f23ae844bd3..b56f41f3aa048ee7f5643a43e9eed5cba6466c4d 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
|
| @@ -15,7 +15,6 @@
|
| namespace blink {
|
|
|
| class WebViewImpl;
|
| -class WebLocalFrameImpl;
|
| class Document;
|
| class LocalDOMWindow;
|
|
|
| @@ -30,7 +29,6 @@
|
| SimPage& page();
|
| Document& document();
|
| WebViewImpl& webView();
|
| - WebLocalFrameImpl& mainFrame();
|
| const SimWebViewClient& webViewClient() const;
|
| SimCompositor& compositor();
|
|
|
|
|