Index: components/sync/core/http_post_provider_factory.h |
diff --git a/components/sync/core/http_post_provider_factory.h b/components/sync/core/http_post_provider_factory.h |
index 2f33d485a77ead3c7062087f3992dd6bd23253fa..d49ac3994689fab507e953c5ae8dd3821162c306 100644 |
--- a/components/sync/core/http_post_provider_factory.h |
+++ b/components/sync/core/http_post_provider_factory.h |
@@ -8,7 +8,6 @@ |
#include <string> |
#include "base/callback.h" |
-#include "components/sync/base/sync_export.h" |
namespace net { |
class URLFetcher; |
@@ -24,7 +23,7 @@ class HttpPostProviderInterface; |
// implementations and dependencies. |
// A factory instance itself should be owned by whomever uses it to create |
// HttpPostProviders. |
-class SYNC_EXPORT HttpPostProviderFactory { |
+class HttpPostProviderFactory { |
public: |
virtual ~HttpPostProviderFactory() {} |