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

Unified Diff: components/sync/api/model_type_service.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/model_type_change_processor.h ('k') | components/sync/api/model_type_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/model_type_service.h
diff --git a/components/sync/api/model_type_service.h b/components/sync/api/model_type_service.h
index 9b2bec714d18b7fcf0dcf8e1d46f093866a11cc6..6f7c959212c8ebee462ae03e6fc97412bb0854cc 100644
--- a/components/sync/api/model_type_service.h
+++ b/components/sync/api/model_type_service.h
@@ -15,7 +15,6 @@
#include "components/sync/api/entity_data.h"
#include "components/sync/api/model_type_change_processor.h"
#include "components/sync/api/sync_error.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/activation_context.h"
namespace syncer {
@@ -30,7 +29,7 @@ class MetadataChangeList;
// Interface implemented by model types to receive updates from sync via the
// SharedModelTypeProcessor. Provides a way for sync to update the data and
// metadata for entities, as well as the model type state.
-class SYNC_EXPORT ModelTypeService {
+class ModelTypeService {
public:
typedef base::Callback<void(syncer::SyncError, std::unique_ptr<DataBatch>)>
DataCallback;
« no previous file with comments | « components/sync/api/model_type_change_processor.h ('k') | components/sync/api/model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698