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

Unified Diff: components/sync/api/model_type_change_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/api/metadata_change_list.h ('k') | components/sync/api/model_type_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/model_type_change_processor.h
diff --git a/components/sync/api/model_type_change_processor.h b/components/sync/api/model_type_change_processor.h
index 107934fd2047c8a3e0e2f3c04fc603c646020674..01cc7a4f0fab64410d396c01a31d7f99ecc96c96 100644
--- a/components/sync/api/model_type_change_processor.h
+++ b/components/sync/api/model_type_change_processor.h
@@ -10,7 +10,6 @@
#include "components/sync/api/entity_data.h"
#include "components/sync/api/sync_error_factory.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/activation_context.h"
namespace syncer {
@@ -25,7 +24,7 @@ class MetadataChangeList;
// Interface used by the ModelTypeService to inform sync of local
// changes.
-class SYNC_EXPORT ModelTypeChangeProcessor : public syncer::SyncErrorFactory {
+class ModelTypeChangeProcessor : public syncer::SyncErrorFactory {
public:
typedef base::Callback<void(syncer::SyncError,
std::unique_ptr<ActivationContext>)>
« no previous file with comments | « components/sync/api/metadata_change_list.h ('k') | components/sync/api/model_type_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698