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