| Index: webkit/tools/test_shell/test_shell.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.h (revision 29380)
|
| +++ webkit/tools/test_shell/test_shell.h (working copy)
|
| @@ -94,7 +94,7 @@
|
| // cleanup.
|
| void PlatformCleanUp();
|
|
|
| - WebView* webView() {
|
| + WebKit::WebView* webView() {
|
| return m_webViewHost.get() ? m_webViewHost->webview() : NULL;
|
| }
|
| WebViewHost* webViewHost() { return m_webViewHost.get(); }
|
| @@ -186,7 +186,7 @@
|
|
|
| // Implements CreateWebView for TestWebViewDelegate, which in turn
|
| // is called as a WebViewDelegate.
|
| - WebView* CreateWebView();
|
| + WebKit::WebView* CreateWebView();
|
| WebKit::WebWidget* CreatePopupWidget();
|
| void ClosePopup();
|
|
|
|
|