| Index: sync/util/nigori.h
|
| diff --git a/sync/util/nigori.h b/sync/util/nigori.h
|
| index 1901211b01e2832f06be9debb4e8f5a74c7963be..312cfb332b1491ffd167deea2f4cedcc123aa542 100644
|
| --- a/sync/util/nigori.h
|
| +++ b/sync/util/nigori.h
|
| @@ -14,7 +14,7 @@ namespace crypto {
|
| class SymmetricKey;
|
| } // namespace crypto
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // A (partial) implementation of Nigori, a protocol to securely store secrets in
|
| // the cloud. This implementation does not support server authentication or
|
| @@ -81,6 +81,6 @@ class Nigori {
|
| scoped_ptr<crypto::SymmetricKey> mac_key_;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_NIGORI_H_
|
|
|