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

Unified Diff: webkit/glue/webdevtoolsfrontend_impl.h

Issue 341030: Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into... (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/webdevtoolsagent_impl.cc ('k') | webkit/glue/webdevtoolsfrontend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdevtoolsfrontend_impl.h
===================================================================
--- webkit/glue/webdevtoolsfrontend_impl.h (revision 30557)
+++ webkit/glue/webdevtoolsfrontend_impl.h (working copy)
@@ -22,20 +22,23 @@
class String;
}
+namespace WebKit {
+class WebViewImpl;
+}
+
class BoundObject;
class JsDebuggerAgentBoundObj;
class JsNetAgentBoundObj;
class JsToolsAgentBoundObj;
class ToolsAgentNativeDelegateImpl;
class WebDevToolsClientDelegate;
-class WebViewImpl;
class WebDevToolsFrontendImpl : public WebKit::WebDevToolsFrontend,
public DevToolsRpc::Delegate,
public Noncopyable {
public:
WebDevToolsFrontendImpl(
- WebViewImpl* web_view_impl,
+ WebKit::WebViewImpl* web_view_impl,
WebKit::WebDevToolsFrontendClient* client,
const String& application_locale);
virtual ~WebDevToolsFrontendImpl();
@@ -80,7 +83,7 @@
static v8::Handle<v8::Value> JsDebuggerCommand(
const v8::Arguments& args);
- WebViewImpl* web_view_impl_;
+ WebKit::WebViewImpl* web_view_impl_;
WebKit::WebDevToolsFrontendClient* client_;
String application_locale_;
OwnPtr<BoundObject> debugger_command_executor_obj_;
« no previous file with comments | « webkit/glue/webdevtoolsagent_impl.cc ('k') | webkit/glue/webdevtoolsfrontend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698