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

Unified Diff: components/sync/engine/net/http_bridge_unittest.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_unittest.cc
diff --git a/components/sync/core/http_bridge_unittest.cc b/components/sync/engine/net/http_bridge_unittest.cc
similarity index 99%
rename from components/sync/core/http_bridge_unittest.cc
rename to components/sync/engine/net/http_bridge_unittest.cc
index 5f9b40abdf550ae017f1dea8d6551ea41146da0a..c828b76fa72d0714d6e9ddf8b6e60ebba8b14190 100644
--- a/components/sync/core/http_bridge_unittest.cc
+++ b/components/sync/engine/net/http_bridge_unittest.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_network_resources.cc ('k') | components/sync/engine/net/http_post_provider_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698