#include "net/test/test_data_directory.h"
#include "base/base_paths.h"
#include "base/path_service.h"
#include "base/threading/thread_restrictions.h"
namespace net {
namespace {
const base::FilePath::CharType kNetRelativePath[] = …);
const base::FilePath::CharType kNetDataRelativePath[] = …);
const base::FilePath::CharType kCertificateDataSubPath[] = …);
}
base::FilePath GetTestNetDirectory() { … }
base::FilePath GetTestNetDataDirectory() { … }
base::FilePath GetTestCertsDirectory() { … }
base::FilePath GetTestClientCertsDirectory() { … }
base::FilePath GetWebSocketTestDataDirectory() { … }
}