Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6381)

Unified Diff: chrome/browser/net/ftp_browsertest.cc

Issue 12210088: Make the TestServer use an absolute document root path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testserver uses absolute docroot path Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/net/ftp_browsertest.cc
diff --git a/chrome/browser/net/ftp_browsertest.cc b/chrome/browser/net/ftp_browsertest.cc
index 8e54e3185ae1602b20800db17f2eff055eed9766..a92dc50414e5258492da53f2e5044571376c8c96 100644
--- a/chrome/browser/net/ftp_browsertest.cc
+++ b/chrome/browser/net/ftp_browsertest.cc
@@ -13,7 +13,7 @@ class FtpBrowserTest : public InProcessBrowserTest {
FtpBrowserTest()
: ftp_server_(net::TestServer::TYPE_FTP,
net::TestServer::kLocalhost,
- base::FilePath()) {
+ net::TestServer::GetSourcePath()) {
}
protected:

Powered by Google App Engine
This is Rietveld 408576698