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

Unified Diff: components/sync/core/http_post_provider_interface.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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/core/http_post_provider_interface.h
diff --git a/components/sync/core/http_post_provider_interface.h b/components/sync/core/http_post_provider_interface.h
index b1ac384d1336cf86cb4a260a3d36a4ec7cb4c7b0..3a0906f01cd92b0f3f7e957680b338ba68f6a8f9 100644
--- a/components/sync/core/http_post_provider_interface.h
+++ b/components/sync/core/http_post_provider_interface.h
@@ -7,15 +7,13 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
// An interface the embedding application (e.g. Chromium) implements to provide
// required HTTP POST functionality to the syncer backend. This interface is
// designed for one-time use. You create one, use it, and create another if you
// want to make a subsequent POST.
-class SYNC_EXPORT HttpPostProviderInterface {
+class HttpPostProviderInterface {
public:
// Add additional headers to the request.
virtual void SetExtraRequestHeaders(const char* headers) = 0;
« no previous file with comments | « components/sync/core/http_post_provider_factory.h ('k') | components/sync/core/internal_components_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698