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

Unified Diff: components/sync/syncable/directory_change_delegate.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/syncable/directory_backing_store_unittest.cc ('k') | components/sync/syncable/entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/directory_change_delegate.h
diff --git a/components/sync/syncable/directory_change_delegate.h b/components/sync/syncable/directory_change_delegate.h
index ed7ffe7c64da77e85ab7972ac89e0b21ad767648..b7c6922297c8098e0018e5877ae9711021a2a97f 100644
--- a/components/sync/syncable/directory_change_delegate.h
+++ b/components/sync/syncable/directory_change_delegate.h
@@ -10,7 +10,6 @@
#include <vector>
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/write_transaction_info.h"
namespace syncer {
@@ -26,7 +25,7 @@ namespace syncable {
// (HandleTransactionCompleteChangeEvent).
//
// Note that these methods may be called on *any* thread.
-class SYNC_EXPORT DirectoryChangeDelegate {
+class DirectoryChangeDelegate {
public:
// Returns the handles of changed entries in |entry_changed|.
virtual void HandleCalculateChangesChangeEventFromSyncApi(
« no previous file with comments | « components/sync/syncable/directory_backing_store_unittest.cc ('k') | components/sync/syncable/entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698