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

Unified Diff: components/sync/test/fake_server/fake_server_network_resources.cc

Issue 2408463002: [Sync] Move network-related code from core/ to engine/net/. (Closed)
Patch Set: Use SyncServerConnectionManager instead of ServerConnectionManagerImpl. Created 4 years, 2 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/test/fake_server/fake_server_network_resources.cc
diff --git a/components/sync/test/fake_server/fake_server_network_resources.cc b/components/sync/test/fake_server/fake_server_network_resources.cc
index 5932e26493f729e281509ea26bc43e835ca0e16e..f94ea34d59dc81503faff1db952ca8057526efe0 100644
--- a/components/sync/test/fake_server/fake_server_network_resources.cc
+++ b/components/sync/test/fake_server/fake_server_network_resources.cc
@@ -7,7 +7,7 @@
#include "base/memory/ptr_util.h"
#include "base/threading/thread_task_runner_handle.h"
#include "components/sync/base/cancelation_signal.h"
-#include "components/sync/core/http_post_provider_factory.h"
+#include "components/sync/engine/net/http_post_provider_factory.h"
#include "components/sync/test/fake_server/fake_server.h"
#include "components/sync/test/fake_server/fake_server_http_post_provider.h"
« no previous file with comments | « components/sync/test/fake_server/fake_server_network_resources.h ('k') | components/sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698