| 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(
|
|
|