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

Unified Diff: components/sync/engine/net/http_bridge.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.cc
diff --git a/components/sync/core/http_bridge.cc b/components/sync/engine/net/http_bridge.cc
similarity index 99%
rename from components/sync/core/http_bridge.cc
rename to components/sync/engine/net/http_bridge.cc
index 1b869c46307eb5abdb7393a3309a75ba94d08e3e..fccf140493572386c8c6a2fd78bf8851e138afee 100644
--- a/components/sync/core/http_bridge.cc
+++ b/components/sync/engine/net/http_bridge.cc
@@ -2,7 +2,7 @@
// 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.h"
+#include "components/sync/engine/net/http_bridge.h"
#include <stddef.h>
« no previous file with comments | « components/sync/engine/net/http_bridge.h ('k') | components/sync/engine/net/http_bridge_network_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698