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

Unified Diff: components/browser_sync/test_http_bridge_factory.h

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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/test_http_bridge_factory.h
diff --git a/components/browser_sync/test_http_bridge_factory.h b/components/browser_sync/test_http_bridge_factory.h
index e2c229a3bda9912d894b7ef1800e7bb6d1dee1d9..e786f6a58a0524bbec230158c06f4827744493e9 100644
--- a/components/browser_sync/test_http_bridge_factory.h
+++ b/components/browser_sync/test_http_bridge_factory.h
@@ -8,8 +8,8 @@
#include <string>
#include "base/compiler_specific.h"
-#include "components/sync/core/http_post_provider_factory.h"
-#include "components/sync/core/http_post_provider_interface.h"
+#include "components/sync/engine/net/http_post_provider_factory.h"
+#include "components/sync/engine/net/http_post_provider_interface.h"
namespace browser_sync {
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698