| Index: net/base/test_root_certs.h
|
| diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h
|
| index 4d52dbcda5c088fd520785659413b42dfad1bbb3..a7c7cdeb548249f3ecccd9ca656eb8e275c2e17f 100644
|
| --- a/net/base/test_root_certs.h
|
| +++ b/net/base/test_root_certs.h
|
| @@ -21,7 +21,9 @@
|
| #include "base/mac/scoped_cftyperef.h"
|
| #endif
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace net {
|
|
|
| @@ -45,7 +47,7 @@ class NET_EXPORT_PRIVATE TestRootCerts {
|
| // Reads a single certificate from |file| and marks it as trusted. Returns
|
| // false if an error is encountered, such as being unable to read |file|
|
| // or more than one certificate existing in |file|.
|
| - bool AddFromFile(const FilePath& file);
|
| + bool AddFromFile(const base::FilePath& file);
|
|
|
| // Clears the trusted status of any certificates that were previously
|
| // marked trusted via Add().
|
|
|