Index: net/test/embedded_test_server/http_response.h |
diff --git a/net/test/embedded_test_server/http_response.h b/net/test/embedded_test_server/http_response.h |
index 422a52553eaae7b12831316a517825a99e1aab63..4e8eae605dccc7d03338ad82676339db00a44f26 100644 |
--- a/net/test/embedded_test_server/http_response.h |
+++ b/net/test/embedded_test_server/http_response.h |
@@ -17,7 +17,7 @@ namespace net { |
namespace test_server { |
// Interface for HTTP response implementations. |
-class HttpResponse{ |
+class HttpResponse { |
public: |
virtual ~HttpResponse(); |