Chromium Code Reviews| Index: sync/util/encryptor.h |
| diff --git a/sync/util/encryptor.h b/sync/util/encryptor.h |
| index 415d6b100cc4ba6532e2433a677bfde8be89c513..48d5d6c858ea4f5a3c5ee81e18ef00e687093b21 100644 |
| --- a/sync/util/encryptor.h |
| +++ b/sync/util/encryptor.h |
| @@ -8,7 +8,7 @@ |
| #include <string> |
| -namespace csync { |
| +namespace syncer { |
| class Encryptor { |
| public: |
| @@ -23,6 +23,6 @@ class Encryptor { |
| virtual ~Encryptor() {} |
| }; |
| -} // namespace csync |
| +} // namespace syncer |
| #endif // SYNC_UTIL_ENCRYPTOR_H_ |