Index: net/test/local_test_server.h |
diff --git a/net/test/local_test_server.h b/net/test/local_test_server.h |
index 99aa448647f5be83fe29949334fd000a1b05331b..26636687ccc34718344caa5f58d4d5ba231e7d2a 100644 |
--- a/net/test/local_test_server.h |
+++ b/net/test/local_test_server.h |
@@ -29,9 +29,10 @@ class LocalTestServer : public BaseTestServer { |
const std::string& host, |
const FilePath& document_root); |
- // Initialize a HTTPS TestServer with a specific set of HTTPSOptions. |
+ // Initialize a TestServer with a specific set of SSLOptions. |
// |document_root| must be a relative path under the root tree. |
- LocalTestServer(const HTTPSOptions& https_options, |
+ LocalTestServer(Type type, |
+ const SSLOptions& ssl_options, |
const FilePath& document_root); |
virtual ~LocalTestServer(); |