Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: webkit/glue/webdevtoolsclient.h

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webaccessibilitymanager_impl.cc ('k') | webkit/glue/webdevtoolsclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdevtoolsclient.h
===================================================================
--- webkit/glue/webdevtoolsclient.h (revision 29380)
+++ webkit/glue/webdevtoolsclient.h (working copy)
@@ -8,10 +8,10 @@
#include "base/basictypes.h"
class WebDevToolsClientDelegate;
-class WebView;
namespace WebKit {
class WebString;
+class WebView;
}
// WebDevToolsClient represents DevTools client sitting in the Glue. It provides
@@ -19,7 +19,7 @@
class WebDevToolsClient {
public:
static WebDevToolsClient* Create(
- WebView* view,
+ WebKit::WebView* view,
WebDevToolsClientDelegate* delegate,
const WebKit::WebString& application_locale);
« no previous file with comments | « webkit/glue/webaccessibilitymanager_impl.cc ('k') | webkit/glue/webdevtoolsclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698