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

Unified Diff: components/sync/engine/net/http_bridge_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/engine/net/http_bridge_network_resources.cc
diff --git a/components/sync/core/http_bridge_network_resources.cc b/components/sync/engine/net/http_bridge_network_resources.cc
similarity index 82%
rename from components/sync/core/http_bridge_network_resources.cc
rename to components/sync/engine/net/http_bridge_network_resources.cc
index 92441f5918ec956663a3c826b8162142862065ef..392f90c98efc6364d7d830f1f3b3a2f68f753ef5 100644
--- a/components/sync/core/http_bridge_network_resources.cc
+++ b/components/sync/engine/net/http_bridge_network_resources.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/core/http_bridge_network_resources.h"
+#include "components/sync/engine/net/http_bridge_network_resources.h"
#include "base/memory/ptr_util.h"
#include "components/sync/base/cancelation_signal.h"
-#include "components/sync/core/http_bridge.h"
-#include "components/sync/core/http_post_provider_factory.h"
+#include "components/sync/engine/net/http_bridge.h"
+#include "components/sync/engine/net/http_post_provider_factory.h"
#include "net/url_request/url_request_context_getter.h"
namespace syncer {
« no previous file with comments | « components/sync/engine/net/http_bridge_network_resources.h ('k') | components/sync/engine/net/http_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698