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

Unified Diff: components/sync/api/sync_merge_result.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/api/sync_error_factory.h ('k') | components/sync/api/syncable_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_merge_result.h
diff --git a/components/sync/api/sync_merge_result.h b/components/sync/api/sync_merge_result.h
index 8a0e2db13e21b4f496ccc24377b6c1fe9243e9dc..46302176f097a967f7ac3c371e72f370d6019627 100644
--- a/components/sync/api/sync_merge_result.h
+++ b/components/sync/api/sync_merge_result.h
@@ -9,7 +9,6 @@
#include "components/sync/api/sync_error.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -20,7 +19,7 @@ namespace syncer {
// by the local SyncableService, all values correspond to the local state before
// and after merging, and the delta's applied to that state. Sync's change
// processor will create a separate merge result.
-class SYNC_EXPORT SyncMergeResult {
+class SyncMergeResult {
public:
// Initialize an empty merge result for model type |type|.
explicit SyncMergeResult(ModelType type);
« no previous file with comments | « components/sync/api/sync_error_factory.h ('k') | components/sync/api/syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698