| Index: net/tools/cert_verify_tool/cert_verify_tool_util.h
|
| diff --git a/net/tools/cert_verify_tool/cert_verify_tool_util.h b/net/tools/cert_verify_tool/cert_verify_tool_util.h
|
| index fe077f65f5bb096a74b4ae4508816339ba2263c6..520b6d2f9e046f3f568afd4b78191d2823c99022 100644
|
| --- a/net/tools/cert_verify_tool/cert_verify_tool_util.h
|
| +++ b/net/tools/cert_verify_tool/cert_verify_tool_util.h
|
| @@ -33,7 +33,7 @@ bool ReadCertificatesFromFile(const base::FilePath& file_path,
|
| // Parses |file_path| as a DER cert or PEM chain. If more than one cert is
|
| // present, the first will be used as the target certificate and the rest will
|
| // be used as intermediates.
|
| -void ReadChainFromFile(const base::FilePath& file_path,
|
| +bool ReadChainFromFile(const base::FilePath& file_path,
|
| CertInput* target,
|
| std::vector<CertInput>* intermediates);
|
|
|
|
|