Index: net/test/test_server.h |
diff --git a/net/test/test_server.h b/net/test/test_server.h |
index e1310bc50391b9483b608bc309f60adb1c120602..6e5eb606bd51b2e011f42f982c6be92b31eb5beb 100644 |
--- a/net/test/test_server.h |
+++ b/net/test/test_server.h |
@@ -113,13 +113,8 @@ class TestServer { |
// Pass as the 'host' parameter during construction to server on 127.0.0.1 |
static const char* kLocalhost; |
- // Initialize a TestServer listening on 127.0.0.1. |
- TestServer(Type type, const FilePath& document_root); |
- |
- // Initialize a TestServer listening on a specific host (IP or hostname). |
- TestServer(Type type, |
- const std::string& host, |
- const FilePath& document_root); |
+ // Initialize a TestServer listening on the specified host (IP or hostname). |
+ TestServer(Type type, const std::string& host, const FilePath& document_root); |
// Initialize a HTTPS TestServer with a specific set of HTTPSOptions. |
TestServer(const HTTPSOptions& https_options, |