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

Unified Diff: sync/util/cryptographer.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/tools/sync_listen_notifications.cc ('k') | sync/util/cryptographer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/cryptographer.h
diff --git a/sync/util/cryptographer.h b/sync/util/cryptographer.h
index 24dbf1b3f8dbfac600588a074120e33ca5cb0c9b..a27fc1d9133b76bd1c8437f8548f3257e4da9a25 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_
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | sync/util/cryptographer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698