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

Unified Diff: sync/util/nigori.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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/util/logging.cc ('k') | sync/util/nigori.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/util/logging.cc ('k') | sync/util/nigori.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698