diff options
Diffstat (limited to 'sync/util/cryptographer.h')
-rw-r--r-- | sync/util/cryptographer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/util/cryptographer.h b/sync/util/cryptographer.h index 24dbf1b..a27fc1d 100644 --- a/sync/util/cryptographer.h +++ b/sync/util/cryptographer.h @@ -18,7 +18,7 @@ #include "sync/protocol/nigori_specifics.pb.h" #include "sync/util/nigori.h" -namespace csync { +namespace syncer { class Encryptor; @@ -248,6 +248,6 @@ class Cryptographer { DISALLOW_COPY_AND_ASSIGN(Cryptographer); }; -} // namespace csync +} // namespace syncer #endif // SYNC_UTIL_CRYPTOGRAPHER_H_ |