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

Unified Diff: components/sync/core_impl/sync_encryption_handler_impl.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_impl/protocol_event_buffer.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/sync/core_impl/protocol_event_buffer.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698