| 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.
|
|
|