Index: net/test/embedded_test_server/http_connection.h |
diff --git a/net/test/embedded_test_server/http_connection.h b/net/test/embedded_test_server/http_connection.h |
index 0b87fcb218dc22f75fb0103ab53252bf907198ca..ab7d96f50a52e1b1fdf92808dbbfc636c50180ff 100644 |
--- a/net/test/embedded_test_server/http_connection.h |
+++ b/net/test/embedded_test_server/http_connection.h |
@@ -24,7 +24,6 @@ class StreamSocket; |
namespace test_server { |
class HttpConnection; |
-class HttpResponse; |
// Calblack called when a request is parsed. Response should be sent |
// using HttpConnection::SendResponse() on the |connection| argument. |