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; |