summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_test_util.h')
-rw-r--r--net/socket/ssl_test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_test_util.h b/net/socket/ssl_test_util.h
index cc3e2ce..750bceb 100644
--- a/net/socket/ssl_test_util.h
+++ b/net/socket/ssl_test_util.h
@@ -54,7 +54,7 @@ class TestServerLauncher {
// served out of. This is /files/ by default.
// Returns true on success, false if files not found or root cert
// not trusted.
- bool Start(Protocol protocol,
+ bool Start(net::TestServerLauncher::Protocol protocol,
const std::string& host_name, int port,
const FilePath& document_root,
const FilePath& cert_path,