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

Unified Diff: components/sync/engine_impl/commit_processor.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_contributor.h ('k') | components/sync/engine_impl/commit_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_processor.h
diff --git a/components/sync/engine_impl/commit_processor.h b/components/sync/engine_impl/commit_processor.h
index ce6ddd2b14321ec2aa847f67031ef425aa3198f0..af1b70bf6d8e1e9317d12cd4d276262cd2ebfd8e 100644
--- a/components/sync/engine_impl/commit_processor.h
+++ b/components/sync/engine_impl/commit_processor.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/engine/model_safe_worker.h"
#include "components/sync/engine_impl/commit.h"
#include "components/sync/sessions_impl/model_type_registry.h"
@@ -32,7 +31,7 @@ class CommitContribution;
// Many methods allow the caller to specify a subset of types on which the
// operation is to be applied. It is a logic error if the supplied set of types
// contains a type which was not previously registered.
-class SYNC_EXPORT CommitProcessor {
+class CommitProcessor {
public:
// Contructs a CommitProcessor from a map of CommitContributors.
// The CommitProcessor does not own this map.
« no previous file with comments | « components/sync/engine_impl/commit_contributor.h ('k') | components/sync/engine_impl/commit_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698