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

Unified Diff: components/sync/syncable/nigori_handler.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/mutable_entry.h ('k') | components/sync/syncable/nigori_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/nigori_handler.h
diff --git a/components/sync/syncable/nigori_handler.h b/components/sync/syncable/nigori_handler.h
index 04ab29add849687d03720ee66ab645c1c667e6b7..2f9682cb06f9ab92b6f8d442ebc6b3af302eaf12 100644
--- a/components/sync/syncable/nigori_handler.h
+++ b/components/sync/syncable/nigori_handler.h
@@ -8,7 +8,6 @@
#include <string>
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace google {
namespace protobuf {
@@ -29,7 +28,7 @@ class BaseTransaction;
// Sync internal interface for dealing with nigori node and querying
// the current set of encrypted types. Not thread safe, so a sync transaction
// must be held by a caller whenever invoking methods.
-class SYNC_EXPORT NigoriHandler {
+class NigoriHandler {
public:
NigoriHandler();
virtual ~NigoriHandler();
« no previous file with comments | « components/sync/syncable/mutable_entry.h ('k') | components/sync/syncable/nigori_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698