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

Unified Diff: components/sync/tools/testserver/run_sync_testserver.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: components/sync/tools/testserver/run_sync_testserver.cc
diff --git a/sync/tools/testserver/run_sync_testserver.cc b/components/sync/tools/testserver/run_sync_testserver.cc
similarity index 98%
rename from sync/tools/testserver/run_sync_testserver.cc
rename to components/sync/tools/testserver/run_sync_testserver.cc
index 8ffa61ac898ef7d00f8eb0f0b70a9dd20638613f..8c80ca0a69322930ef79f0cc99edbe6ae43ca503 100644
--- a/sync/tools/testserver/run_sync_testserver.cc
+++ b/components/sync/tools/testserver/run_sync_testserver.cc
@@ -13,8 +13,8 @@
#include "base/process/launch.h"
#include "base/strings/string_number_conversions.h"
#include "base/test/test_timeouts.h"
+#include "components/sync/test/local_sync_test_server.h"
#include "net/test/python_utils.h"
-#include "sync/test/local_sync_test_server.h"
static void PrintUsage() {
printf("run_sync_testserver [--port=<port>] [--xmpp-port=<xmpp_port>]\n");
« no previous file with comments | « components/sync/tools/testserver/chromiumsync_test.py ('k') | components/sync/tools/testserver/sync_testserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698