Index: net/test/remote_test_server.cc |
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc |
index f9fc969600d101df45395edc358efc63de6e1a24..178b174d260a7356db5eef1c2d4ec724c4004f39 100644 |
--- a/net/test/remote_test_server.cc |
+++ b/net/test/remote_test_server.cc |
@@ -63,10 +63,10 @@ RemoteTestServer::RemoteTestServer(Type type, |
NOTREACHED(); |
} |
-RemoteTestServer::RemoteTestServer( |
- const HTTPSOptions& https_options, |
- const FilePath& document_root) |
- : BaseTestServer(https_options), |
+RemoteTestServer::RemoteTestServer(Type type, |
+ const SSLOptions& ssl_options, |
+ const FilePath& document_root) |
+ : BaseTestServer(type, ssl_options), |
spawner_server_port_(0) { |
if (!Init(document_root)) |
NOTREACHED(); |