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 870d12269dd10253f5a28330e6f2eaf0ecb0b010..7db337670256057a21eb7f2b82d823548f707462 100644 |
--- a/net/test/embedded_test_server/http_connection.h |
+++ b/net/test/embedded_test_server/http_connection.h |
@@ -21,8 +21,8 @@ class HttpResponse; |
// Calblack called when a request is parsed. Response should be sent |
// using HttpConnection::SendResponse() on the |connection| argument. |
-typedef base::Callback<void(HttpConnection* connection, |
- scoped_ptr<HttpRequest> request)> |
+typedef base::Callback< |
+ void(HttpConnection* connection, scoped_ptr<HttpRequest> request)> |
HandleRequestCallback; |
// Wraps the connection socket. Accepts incoming data and sends responses. |