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

Unified Diff: components/sync/core/http_post_provider_factory.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_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() {}
« no previous file with comments | « components/sync/core/http_bridge_network_resources.h ('k') | components/sync/core/http_post_provider_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698