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

Unified Diff: components/sync/base/nigori.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/base/model_type.h ('k') | components/sync/base/node_ordinal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/nigori.h
diff --git a/components/sync/base/nigori.h b/components/sync/base/nigori.h
index 85756b345b0a1e15f7c200410914c9c903ce6f06..fe22f852f234adcf09f025ef0188ddb71815f796 100644
--- a/components/sync/base/nigori.h
+++ b/components/sync/base/nigori.h
@@ -10,8 +10,6 @@
#include <memory>
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace crypto {
class SymmetricKey;
} // namespace crypto
@@ -27,7 +25,7 @@ namespace syncer {
// and retrieve the secret.
//
// https://www.cl.cam.ac.uk/~drt24/nigori/nigori-overview.pdf
-class SYNC_EXPORT Nigori {
+class Nigori {
public:
enum Type {
Password = 1,
« no previous file with comments | « components/sync/base/model_type.h ('k') | components/sync/base/node_ordinal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698