| Index: net/tools/quic/quic_server_bin.cc
|
| diff --git a/net/tools/quic/quic_server_bin.cc b/net/tools/quic/quic_server_bin.cc
|
| index 0102a814a1144f86ee89d504d1cf5fdeeda7cfed..7678eeb202a8ec8697380680c3a4e2e54c739c54 100644
|
| --- a/net/tools/quic/quic_server_bin.cc
|
| +++ b/net/tools/quic/quic_server_bin.cc
|
| @@ -25,7 +25,7 @@ int32 FLAGS_port = 6121;
|
| net::ProofSource* CreateProofSource(const base::FilePath& cert_path,
|
| const base::FilePath& key_path) {
|
| net::ProofSourceChromium* proof_source = new net::ProofSourceChromium();
|
| - CHECK(proof_source->Initialize(cert_path, key_path));
|
| + CHECK(proof_source->Initialize(cert_path, key_path, base::FilePath()));
|
| return proof_source;
|
| }
|
|
|
|
|