| Index: net/test/test_server.cc
|
| diff --git a/net/test/test_server.cc b/net/test/test_server.cc
|
| index e11e2307bd0655ce3e36aaa4e8e1b6cf32fa8b93..710df54f7eef8b00e3a97d160d50fd38af2c0a90 100644
|
| --- a/net/test/test_server.cc
|
| +++ b/net/test/test_server.cc
|
| @@ -303,7 +303,7 @@ bool TestServer::SetPythonPath() {
|
| }
|
|
|
| FilePath TestServer::GetRootCertificatePath() {
|
| - return certificates_dir_.AppendASCII("root_ca_cert.crt");
|
| + return certificates_dir_.AppendASCII("root_ca_cert.pem");
|
| }
|
|
|
| bool TestServer::LoadTestRootCert() {
|
|
|