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

Unified Diff: components/sync/engine_impl/commit.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/clear_server_data.h ('k') | components/sync/engine_impl/commit_contribution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit.h
diff --git a/components/sync/engine_impl/commit.h b/components/sync/engine_impl/commit.h
index aec680919d8bdcdfb031dcd80fcaed2d69e42647..fcab48ba7fef0e3ee2786e6c9f675ee487419c8d 100644
--- a/components/sync/engine_impl/commit.h
+++ b/components/sync/engine_impl/commit.h
@@ -14,7 +14,6 @@
#include "base/macros.h"
#include "components/sync/base/extensions_activity.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/engine/model_safe_worker.h"
#include "components/sync/engine_impl/commit_contribution.h"
@@ -39,7 +38,7 @@ class Syncer;
// been acceptable to let this class be a dumb container object, it turns out
// that there was no other convenient place to put the Init() and
// PostAndProcessCommitResponse() functions. So they ended up here.
-class SYNC_EXPORT Commit {
+class Commit {
public:
typedef std::map<ModelType, std::unique_ptr<CommitContribution>>
ContributionMap;
« no previous file with comments | « components/sync/engine_impl/clear_server_data.h ('k') | components/sync/engine_impl/commit_contribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698