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

Unified Diff: net/proxy/proxy_script_fetcher_impl_unittest.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: net/proxy/proxy_script_fetcher_impl_unittest.cc
diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
index c9604f99acf6b1d82ad080b011b693a2c725db2c..ce9ed7d8eb9d3601e976f65131e38b70c9f35000 100644
--- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
+++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
@@ -184,7 +184,8 @@ class ProxyScriptFetcherImplTest : public PlatformTest {
ProxyScriptFetcherImplTest()
: test_server_(TestServer::TYPE_HTTP,
net::TestServer::kLocalhost,
- base::FilePath(kDocRoot)) {
+ net::TestServer::GetSourceRelativePath(
+ base::FilePath(kDocRoot))) {
context_.set_network_delegate(&network_delegate_);
}

Powered by Google App Engine
This is Rietveld 408576698