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

Unified Diff: public/web/WebDevToolsAgent.h

Issue 776693002: Clean forward declaration in public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix fakewebplugin Created 6 years 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 | « public/web/WebDataSource.h ('k') | public/web/WebDevToolsAgentClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsAgent.h
diff --git a/public/web/WebDevToolsAgent.h b/public/web/WebDevToolsAgent.h
index 247f63b49377bae162513a2ce00570592b5402cb..05f85fd0d350332b66fec9def118cdf1953619ad 100644
--- a/public/web/WebDevToolsAgent.h
+++ b/public/web/WebDevToolsAgent.h
@@ -36,16 +36,8 @@
namespace blink {
-class WebDevToolsAgentClient;
-class WebDevToolsMessageTransport;
class WebString;
-class WebURLRequest;
-class WebURLResponse;
-class WebView;
-struct WebDevToolsMessageData;
struct WebPoint;
-struct WebMemoryUsageInfo;
-struct WebURLError;
class WebDevToolsAgent {
public:
« no previous file with comments | « public/web/WebDataSource.h ('k') | public/web/WebDevToolsAgentClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698