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

Unified Diff: components/sync/engine/net/http_post_provider_interface.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
Index: components/sync/engine/net/http_post_provider_interface.h
diff --git a/components/sync/core/http_post_provider_interface.h b/components/sync/engine/net/http_post_provider_interface.h
similarity index 91%
rename from components/sync/core/http_post_provider_interface.h
rename to components/sync/engine/net/http_post_provider_interface.h
index 3a0906f01cd92b0f3f7e957680b338ba68f6a8f9..5e52b9c0dc95f953aa878eba5e9adf3338e74879 100644
--- a/components/sync/core/http_post_provider_interface.h
+++ b/components/sync/engine/net/http_post_provider_interface.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
-#define COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
+#ifndef COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
+#define COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
#include <string>
@@ -59,4 +59,4 @@ class HttpPostProviderInterface {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
+#endif // COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
« no previous file with comments | « components/sync/engine/net/http_post_provider_factory.h ('k') | components/sync/engine/net/network_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698