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

Unified Diff: sync/util/cryptographer.h

Issue 11624037: [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (no code changes) Created 7 years, 12 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 | « sync/syncable/transaction_observer.h ('k') | sync/util/data_encryption_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/cryptographer.h
diff --git a/sync/util/cryptographer.h b/sync/util/cryptographer.h
index 384ba78d45192bd49700cf13a764dc8376011141..2dfdedccf6c212ff787919e71f9cf6c3d6924d9f 100644
--- a/sync/util/cryptographer.h
+++ b/sync/util/cryptographer.h
@@ -24,7 +24,7 @@ namespace syncer {
class Encryptor;
-extern const char kNigoriTag[];
+SYNC_EXPORT_PRIVATE extern const char kNigoriTag[];
// The parameters used to initialize a Nigori instance.
struct KeyParams {
« no previous file with comments | « sync/syncable/transaction_observer.h ('k') | sync/util/data_encryption_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698