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

Unified Diff: sync/test/fake_encryptor.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/test/engine/test_id_factory.h ('k') | sync/test/fake_encryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_encryptor.h
diff --git a/sync/test/fake_encryptor.h b/sync/test/fake_encryptor.h
index 8b83a431c45a750622db3e0bd4a4d19ae6107055..99641c88f4dce3b9b7d555a40e2ddb9a29423a19 100644
--- a/sync/test/fake_encryptor.h
+++ b/sync/test/fake_encryptor.h
@@ -9,7 +9,7 @@
#include "base/compiler_specific.h"
#include "sync/util/encryptor.h"
-namespace csync {
+namespace syncer {
// Encryptor which simply base64-encodes the plaintext to get the
// ciphertext. Obviously, this should be used only for testing.
@@ -24,6 +24,6 @@ class FakeEncryptor : public Encryptor {
std::string* plaintext) OVERRIDE;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_TEST_FAKE_ENCRYPTOR_H_
« no previous file with comments | « sync/test/engine/test_id_factory.h ('k') | sync/test/fake_encryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698