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

Unified Diff: content/browser/devtools/devtools_http_handler.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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
Index: content/browser/devtools/devtools_http_handler.h
diff --git a/content/browser/devtools/devtools_http_handler.h b/content/browser/devtools/devtools_http_handler.h
index 207b2a90e1208f48937f11a1dc6a0fb982ea0404..657abb4f1a72d8017817e7b1eb6a002e544b3bc4 100644
--- a/content/browser/devtools/devtools_http_handler.h
+++ b/content/browser/devtools/devtools_http_handler.h
@@ -15,8 +15,6 @@
#include "content/public/browser/devtools_agent_host.h"
#include "net/http/http_status_code.h"
-class GURL;
-
namespace base {
class DictionaryValue;
class Thread;
@@ -31,13 +29,11 @@ class DevToolsSocketFactory;
namespace net {
class IPEndPoint;
class HttpServerRequestInfo;
-class ServerSocket;
}
namespace content {
class DevToolsAgentHostClientImpl;
-class DevToolsHttpHandlerDelegate;
class ServerWrapper;
// This class is used for managing DevTools remote debugging server.
« no previous file with comments | « content/browser/compositor/offscreen_browser_compositor_output_surface.h ('k') | content/browser/devtools/devtools_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698