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

Unified Diff: components/sync/engine_impl/commit_contribution.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
« no previous file with comments | « components/sync/engine_impl/commit.h ('k') | components/sync/engine_impl/commit_contributor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_contribution.h
diff --git a/components/sync/engine_impl/commit_contribution.h b/components/sync/engine_impl/commit_contribution.h
index 8163606c8015e8a78419a5a8f2bd8e97d22d164f..714ae8ae8d54c5b943f16604c976a15de9b7cacd 100644
--- a/components/sync/engine_impl/commit_contribution.h
+++ b/components/sync/engine_impl/commit_contribution.h
@@ -7,7 +7,6 @@
#include <stddef.h>
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/protocol/sync.pb.h"
#include "components/sync/sessions_impl/status_controller.h"
@@ -22,7 +21,7 @@ class StatusController;
// have been selected from a CommitContributor and prepared for commit.
//
// This class handles the bookkeeping related to the commit of these items.
-class SYNC_EXPORT CommitContribution {
+class CommitContribution {
public:
CommitContribution();
virtual ~CommitContribution() = 0;
« no previous file with comments | « components/sync/engine_impl/commit.h ('k') | components/sync/engine_impl/commit_contributor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698