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

Unified Diff: net/test/test_server.cc

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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
« no previous file with comments | « net/net.gyp ('k') | sync/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/test_server.cc
diff --git a/net/test/test_server.cc b/net/test/test_server.cc
index 397b0bc975a0c348647fa3cde430dd2b6d57fc9a..4aee7d6b4b2aca9020a0fc9994a20fc413813a27 100644
--- a/net/test/test_server.cc
+++ b/net/test/test_server.cc
@@ -315,10 +315,7 @@ bool TestServer::SetPythonPath() {
}
AppendToPythonPath(pyproto_dir);
- AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
- .AppendASCII("browser")
- .AppendASCII("sync")
- .AppendASCII("protocol"));
+ AppendToPythonPath(pyproto_dir.AppendASCII("sync").AppendASCII("protocol"));
AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
.AppendASCII("browser")
.AppendASCII("policy")
« no previous file with comments | « net/net.gyp ('k') | sync/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698