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

Unified Diff: sync/test/fake_encryptor.cc

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/test/fake_encryptor.h ('k') | sync/test/fake_extensions_activity_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_encryptor.cc
diff --git a/sync/test/fake_encryptor.cc b/sync/test/fake_encryptor.cc
index bc7f22d9cd67498d5b7491ee48c2d116bb30ccc2..2a1b58cac8d956843c4559e10f81821393bc4810 100644
--- a/sync/test/fake_encryptor.cc
+++ b/sync/test/fake_encryptor.cc
@@ -6,7 +6,7 @@
#include "base/base64.h"
-namespace csync {
+namespace syncer {
FakeEncryptor::~FakeEncryptor() {}
@@ -20,4 +20,4 @@ bool FakeEncryptor::DecryptString(const std::string& ciphertext,
return base::Base64Decode(ciphertext, plaintext);
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/test/fake_encryptor.h ('k') | sync/test/fake_extensions_activity_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698