| 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
|
|
|