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

Unified Diff: components/sync/api/syncable_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/sync_merge_result.h ('k') | components/sync/base/attachment_id_proto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/syncable_service.h
diff --git a/components/sync/api/syncable_service.h b/components/sync/api/syncable_service.h
index 7d2114e04c141236727efa5fae6a8dc4a0ea2953..5a7c7db854e2717b177fab15d2c7e72d75e0e756 100644
--- a/components/sync/api/syncable_service.h
+++ b/components/sync/api/syncable_service.h
@@ -17,7 +17,6 @@
#include "components/sync/api/sync_error.h"
#include "components/sync/api/sync_merge_result.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -27,9 +26,8 @@ class SyncErrorFactory;
// TODO(zea): remove SupportsWeakPtr in favor of having all SyncableService
// implementers provide a way of getting a weak pointer to themselves.
// See crbug.com/100114.
-class SYNC_EXPORT SyncableService
- : public SyncChangeProcessor,
- public base::SupportsWeakPtr<SyncableService> {
+class SyncableService : public SyncChangeProcessor,
+ public base::SupportsWeakPtr<SyncableService> {
public:
// A StartSyncFlare is useful when your SyncableService has a need for sync
// to start ASAP, typically because a local change event has occurred but
« no previous file with comments | « components/sync/api/sync_merge_result.h ('k') | components/sync/base/attachment_id_proto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698