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, |