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

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

Issue 11415072: Fix test that was reading in a directory that is not used at all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/connection_tester_unittest.cc
diff --git a/chrome/browser/net/connection_tester_unittest.cc b/chrome/browser/net/connection_tester_unittest.cc
index 7371a29d87d7e83ae7d022fc6d4c4a64b5ad44c6..5dd61c16d6b39404c71ae471e8cdc18873a528d0 100644
--- a/chrome/browser/net/connection_tester_unittest.cc
+++ b/chrome/browser/net/connection_tester_unittest.cc
@@ -91,8 +91,8 @@ class ConnectionTesterTest : public PlatformTest {
io_thread_(BrowserThread::IO, &message_loop_),
test_server_(net::TestServer::TYPE_HTTP,
net::TestServer::kLocalhost,
- FilePath(
- FILE_PATH_LITERAL("net/data/url_request_unittest"))),
+ // Nothing is read in this directory.
+ FilePath(FILE_PATH_LITERAL("chrome"))),
proxy_script_fetcher_context_(new net::URLRequestContext) {
InitializeRequestContext();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698