| Index: net/test/cert_test_util.h
|
| diff --git a/net/test/cert_test_util.h b/net/test/cert_test_util.h
|
| index 31b768ae583b27f19bfa27b7760647e113d29a37..efdc141a558fb51efd08bac73624898bcbbd955d 100644
|
| --- a/net/test/cert_test_util.h
|
| +++ b/net/test/cert_test_util.h
|
| @@ -38,8 +38,9 @@ scoped_refptr<X509Certificate> CreateCertificateChainFromFile(
|
| // |certs_dir| represents the test certificates directory. |cert_file| is the
|
| // name of the certificate file. If cert_file contains multiple certificates,
|
| // the first certificate found will be returned.
|
| -scoped_refptr<X509Certificate> ImportCertFromFile(const base::FilePath& certs_dir,
|
| - const std::string& cert_file);
|
| +scoped_refptr<X509Certificate> ImportCertFromFile(
|
| + const base::FilePath& certs_dir,
|
| + const std::string& cert_file);
|
|
|
| // ScopedTestEVPolicy causes certificates marked with |policy|, issued from a
|
| // root with the given fingerprint, to be treated as EV. |policy| is expressed
|
|
|