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

Unified Diff: components/sync/core/delete_journal.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/core/data_type_debug_info_listener.h ('k') | components/sync/core/http_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/delete_journal.h
diff --git a/components/sync/core/delete_journal.h b/components/sync/core/delete_journal.h
index 30e1d97b72fb3a7fb4f0b3b81753d36f91340e00..e1bf9934ce424b2e17793137a4a626a8e08244be 100644
--- a/components/sync/core/delete_journal.h
+++ b/components/sync/core/delete_journal.h
@@ -11,7 +11,6 @@
#include <vector>
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/sync.pb.h"
namespace syncer {
@@ -28,7 +27,7 @@ typedef std::vector<BookmarkDeleteJournal> BookmarkDeleteJournalList;
// Static APIs for passing delete journals between syncer::syncable namspace
// and syncer namespace.
-class SYNC_EXPORT DeleteJournal {
+class DeleteJournal {
public:
// Return info about deleted bookmark entries stored in the delete journal
// of |trans|'s directory.
« no previous file with comments | « components/sync/core/data_type_debug_info_listener.h ('k') | components/sync/core/http_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698