diff options
Diffstat (limited to 'sync/engine/apply_updates_command_unittest.cc')
-rw-r--r-- | sync/engine/apply_updates_command_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/engine/apply_updates_command_unittest.cc b/sync/engine/apply_updates_command_unittest.cc index 5e43d0a..7f9e475 100644 --- a/sync/engine/apply_updates_command_unittest.cc +++ b/sync/engine/apply_updates_command_unittest.cc @@ -27,7 +27,7 @@ #include "sync/util/cryptographer.h" #include "testing/gtest/include/gtest/gtest.h" -namespace csync { +namespace syncer { using sessions::SyncSession; using std::string; @@ -380,7 +380,7 @@ TEST_F(ApplyUpdatesCommandTest, DecryptablePassword) { cryptographer = directory()->GetCryptographer(&trans); } - csync::KeyParams params = {"localhost", "dummy", "foobar"}; + syncer::KeyParams params = {"localhost", "dummy", "foobar"}; cryptographer->AddKey(params); sync_pb::EntitySpecifics specifics; @@ -856,4 +856,4 @@ TEST_F(ApplyUpdatesCommandTest, CannotEncryptUnsyncedChanges) { } } -} // namespace csync +} // namespace syncer |