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

Unified Diff: components/sync/test/local_sync_test_server.cc

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-automated
Patch Set: Rebase. Created 4 years, 5 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 | « components/sync/syncable/directory_backing_store_unittest.cc ('k') | components/sync/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/local_sync_test_server.cc
diff --git a/components/sync/test/local_sync_test_server.cc b/components/sync/test/local_sync_test_server.cc
index 87ff5d4ee8bdd0046abe5212e3c343de3fdf6424..4dd1bfd09a9c63a7439ea9b362c60200eedc87df 100644
--- a/components/sync/test/local_sync_test_server.cc
+++ b/components/sync/test/local_sync_test_server.cc
@@ -53,7 +53,8 @@ bool LocalSyncTestServer::GetTestServerPath(
LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
return false;
}
- testserver_dir = testserver_dir.Append(FILE_PATH_LITERAL("sync"))
+ testserver_dir = testserver_dir.Append(FILE_PATH_LITERAL("components"))
+ .Append(FILE_PATH_LITERAL("sync"))
.Append(FILE_PATH_LITERAL("tools"))
.Append(FILE_PATH_LITERAL("testserver"));
@@ -92,7 +93,9 @@ bool LocalSyncTestServer::SetPythonPath() const {
<< "Testserver features that rely on it will not work";
return true;
}
- AppendToPythonPath(pyproto_dir.AppendASCII("sync").AppendASCII("protocol"));
+ AppendToPythonPath(pyproto_dir.AppendASCII("components")
+ .AppendASCII("sync")
+ .AppendASCII("protocol"));
return true;
}
« no previous file with comments | « components/sync/syncable/directory_backing_store_unittest.cc ('k') | components/sync/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698