| Index: net/test/test_data_directory.h
|
| diff --git a/net/test/test_data_directory.h b/net/test/test_data_directory.h
|
| index 4ca6af9c1065e23635c725e648219248f3007bfb..790c5c4ad3875da487ac0a80d1e52ed29e0fb934 100644
|
| --- a/net/test/test_data_directory.h
|
| +++ b/net/test/test_data_directory.h
|
| @@ -10,6 +10,10 @@
|
| namespace net {
|
|
|
| // Returns the FilePath object representing the absolute path in the source
|
| +// tree that contains net data files.
|
| +base::FilePath GetTestNetDataDirectory();
|
| +
|
| +// Returns the FilePath object representing the absolute path in the source
|
| // tree that contains certificates for testing.
|
| base::FilePath GetTestCertsDirectory();
|
|
|
|
|