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

Unified Diff: components/sync/engine_impl/commit_queue.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/commit_processor.h ('k') | components/sync/engine_impl/commit_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_queue.h
diff --git a/components/sync/engine_impl/commit_queue.h b/components/sync/engine_impl/commit_queue.h
index 7001a25003142cb347cbd98f68854484b09f36dd..cbe90eb7114603dd7822db293aa1fc6e14ffe241 100644
--- a/components/sync/engine_impl/commit_queue.h
+++ b/components/sync/engine_impl/commit_queue.h
@@ -10,7 +10,7 @@
namespace syncer_v2 {
// Interface used by a synced data type to issue requests to the sync backend.
-class SYNC_EXPORT CommitQueue {
+class CommitQueue {
public:
CommitQueue();
virtual ~CommitQueue();
« no previous file with comments | « components/sync/engine_impl/commit_processor.h ('k') | components/sync/engine_impl/commit_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698