Index: net/test/base_test_server.h |
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h |
index de4fe1d64ec3a0125e776c0029e89bfd31490303..25f65f893675fe46cf5bf888a7762a2ee1dec8fe 100644 |
--- a/net/test/base_test_server.h |
+++ b/net/test/base_test_server.h |
@@ -172,6 +172,10 @@ class BaseTestServer { |
const std::string& user, |
const std::string& password) const; |
+ static base::FilePath GetSourcePath(); |
Paweł Hajdan Jr.
2013/02/11 15:36:53
nit: These need comments.
|
+ static base::FilePath GetTestDataPath(); |
+ static base::FilePath GetSourceRelativePath(const base::FilePath& relative); |
+ |
static bool GetFilePathWithReplacements( |
const std::string& original_path, |
const std::vector<StringPair>& text_to_replace, |