| Index: components/sync/core_impl/sync_encryption_handler_impl.h
|
| diff --git a/components/sync/core_impl/sync_encryption_handler_impl.h b/components/sync/core_impl/sync_encryption_handler_impl.h
|
| index 25b4d014f5ba29e79b3428f84dce8c00b8b6afe6..08f99e3ef75c7ccb6dd097f995c76c6475565097 100644
|
| --- a/components/sync/core_impl/sync_encryption_handler_impl.h
|
| +++ b/components/sync/core_impl/sync_encryption_handler_impl.h
|
| @@ -16,7 +16,6 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| #include "components/sync/base/cryptographer.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/core/sync_encryption_handler.h"
|
| #include "components/sync/syncable/nigori_handler.h"
|
|
|
| @@ -43,8 +42,8 @@ class WriteTransaction;
|
| // sync methods.
|
| // All methods are non-thread-safe and should only be called from the sync
|
| // thread unless explicitly noted otherwise.
|
| -class SYNC_EXPORT SyncEncryptionHandlerImpl : public SyncEncryptionHandler,
|
| - public syncable::NigoriHandler {
|
| +class SyncEncryptionHandlerImpl : public SyncEncryptionHandler,
|
| + public syncable::NigoriHandler {
|
| public:
|
| SyncEncryptionHandlerImpl(
|
| UserShare* user_share,
|
|
|